We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a485ea5 commit 99ea033Copy full SHA for 99ea033
lib/json_mend/parser.rb
@@ -1093,7 +1093,7 @@ def parse_comment
1093
end
1094
1095
# This function is a non-destructive lookahead.
1096
- # It quickly iterates to find a character, handling escaped character, and
+ # It quickly iterates to find a character, handling escaped characters, and
1097
# returns the index (offset) from the scanner
1098
def skip_to_character(characters, start_idx: 0)
1099
pattern = SKIP_CHARS_REGEX_CACHE.fetch(characters, nil)
0 commit comments