Skip to content

Commit 01238a4

Browse files
osa1Commit Queue
authored andcommitted
[_fe_analyzer_shared] Fix missing reference in a documentation in string_canonicalizer
Change-Id: I24f93b4461bb9ecb7fcdeccad97cd1ae85ff90bb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/392340 Commit-Queue: Ömer Ağacan <[email protected]> Reviewed-by: Jens Johansen <[email protected]>
1 parent 679271e commit 01238a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/_fe_analyzer_shared/lib/src/scanner/string_canonicalizer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class _StringCanonicalizer {
141141
/// Number of [_StringNode]s in the cache.
142142
int _stringCount = 0;
143143

144-
/// Number of []s in the cache.
144+
/// Number of [_Utf8Node]s in the cache.
145145
int _utf8StringCount = 0;
146146

147147
/// Memory consumption of [_StringNode]s.

0 commit comments

Comments
 (0)