From a55d94d0f6087835599e7634ed393a73aca550fc Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Fri, 13 Oct 2023 10:03:01 -0700 Subject: [PATCH] feedback --- lib/src/characters.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/characters.dart b/lib/src/characters.dart index d84aa51..4aa7d75 100644 --- a/lib/src/characters.dart +++ b/lib/src/characters.dart @@ -50,8 +50,8 @@ abstract class Characters implements Iterable { /// 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