Skip to content

Commit 99ea033

Browse files
committed
typo
1 parent a485ea5 commit 99ea033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/json_mend/parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ def parse_comment
10931093
end
10941094

10951095
# This function is a non-destructive lookahead.
1096-
# It quickly iterates to find a character, handling escaped character, and
1096+
# It quickly iterates to find a character, handling escaped characters, and
10971097
# returns the index (offset) from the scanner
10981098
def skip_to_character(characters, start_idx: 0)
10991099
pattern = SKIP_CHARS_REGEX_CACHE.fetch(characters, nil)

0 commit comments

Comments
 (0)