Skip to content

Commit c01a6d0

Browse files
committed
Analyzer warnings from doc references.
1 parent 9ad94eb commit c01a6d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/characters/lib/src/grapheme_clusters/breaks.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ int nextBreak(String text, int start, int end, int index) {
578578
/// or backwards from known breaks.
579579
///
580580
/// That character is always one of [categoryOtherIndicConsonant],
581-
/// [categoryPictorgraphic] or [categoryRegionalIndicator], the only
581+
/// [categoryPictographic] or [categoryRegionalIndicator], the only
582582
/// characters where knowing whether to break before them depends on
583583
/// more than the single prior character.
584584
bool _lookaheadSimple(String text, int start, int cursor, int backState) {

pkgs/characters/lib/src/grapheme_clusters/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const stateCExt = idStateCExt * scaleState;
194194
const StateId idStateCExZ = 0x17 as StateId;
195195
const stateCExZ = idStateCExZ * scaleState;
196196

197-
/// Seen [RegionalIndicator] only.
197+
/// Seen single RegionalIndicator only.
198198
const StateId idStateCReg = 0x18 as StateId;
199199
const stateCReg = idStateCReg * scaleState;
200200

0 commit comments

Comments
 (0)