Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Oct 13, 2023
1 parent 165e207 commit a55d94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/characters.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ abstract class Characters implements Iterable<String> {
/// of this [Characters].
///
/// Allows iterating the characters of [string] backwards using
/// [CharacterRange.moveBack], as well as controlling the iteration in more
/// detail.
/// [CharacterRange.moveBack],
/// as well as controlling the iteration in more detail.
CharacterRange get iteratorAtEnd;

/// Whether [singleCharacterString] occurs in this
Expand Down

0 comments on commit a55d94d

Please sign in to comment.