Skip to content

Commit

Permalink
Analyzer warnings from doc references.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrhn committed Nov 11, 2024
1 parent 9ad94eb commit c01a6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/characters/lib/src/grapheme_clusters/breaks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ int nextBreak(String text, int start, int end, int index) {
/// or backwards from known breaks.
///
/// That character is always one of [categoryOtherIndicConsonant],
/// [categoryPictorgraphic] or [categoryRegionalIndicator], the only
/// [categoryPictographic] or [categoryRegionalIndicator], the only
/// characters where knowing whether to break before them depends on
/// more than the single prior character.
bool _lookaheadSimple(String text, int start, int cursor, int backState) {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/characters/lib/src/grapheme_clusters/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const stateCExt = idStateCExt * scaleState;
const StateId idStateCExZ = 0x17 as StateId;
const stateCExZ = idStateCExZ * scaleState;

/// Seen [RegionalIndicator] only.
/// Seen single RegionalIndicator only.
const StateId idStateCReg = 0x18 as StateId;
const stateCReg = idStateCReg * scaleState;

Expand Down

0 comments on commit c01a6d0

Please sign in to comment.