Skip to content

Commit

Permalink
Fix instance of naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bjee19 committed Oct 11, 2024
1 parent d1cc306 commit d9d4315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mode/static/telemetry/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type Data struct {
// at the same index.
// Each value is either 'true' or 'false' for boolean flags and 'default' or 'user-defined' for non-boolean flags.
FlagValues []string
// SnippetsFiltersDirectiveContexts contains the context-directive strings of all applied SnippetsFilters.
// SnippetsFiltersDirectiveContexts contains the directive-context strings of all applied SnippetsFilters.
// Both lists are ordered first by count, then by lexicographical order of the context string,
// then lastly by directive string.
SnippetsFiltersDirectiveContexts []string
Expand Down

0 comments on commit d9d4315

Please sign in to comment.