Skip to content

Commit

Permalink
fixup: param ordering
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Sep 4, 2024
1 parent 50d7b99 commit 12862f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/sections/02-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
//...
}
Expand Down

0 comments on commit 12862f2

Please sign in to comment.