diff --git a/specification/sections/02-providers.md b/specification/sections/02-providers.md index 1831ddd8..642bd528 100644 --- a/specification/sections/02-providers.md +++ b/specification/sections/02-providers.md @@ -276,7 +276,7 @@ class MyProvider implements Tracking { /** * Record a tracking occurrence. */ - void track(String occurrenceKey, OccurrenceDetails details, EvaluationContext context): void; + void track(String occurrenceKey, EvaluationContext context, OccurrenceDetails details): void; //... }