Skip to content

Commit d9d4315

Browse files
committed
Fix instance of naming
1 parent d1cc306 commit d9d4315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mode/static/telemetry/collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type Data struct {
5050
// at the same index.
5151
// Each value is either 'true' or 'false' for boolean flags and 'default' or 'user-defined' for non-boolean flags.
5252
FlagValues []string
53-
// SnippetsFiltersDirectiveContexts contains the context-directive strings of all applied SnippetsFilters.
53+
// SnippetsFiltersDirectiveContexts contains the directive-context strings of all applied SnippetsFilters.
5454
// Both lists are ordered first by count, then by lexicographical order of the context string,
5555
// then lastly by directive string.
5656
SnippetsFiltersDirectiveContexts []string

0 commit comments

Comments
 (0)