Skip to content

Commit 46cef5c

Browse files
authored
[unified analytics] fix lintUsageCount docs (#2053)
1 parent dce6155 commit 46cef5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/unified_analytics/lib/src/event.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ final class Event {
622622
/// Event that is emitted periodically to report the number of times each lint
623623
/// has been enabled.
624624
///
625-
/// [count] - the number of contexts in which the lint was enabled.
625+
/// [count] - the number of options files in which the lint was enabled.
626626
///
627627
/// [name] - the name of the lint.
628628
Event.lintUsageCount({

0 commit comments

Comments
 (0)