Skip to content

Commit 26402dd

Browse files
Leonbcardiff
authored andcommitted
Fix typo: "uknown" -> "unknown" (#3854)
1 parent 6b1917c commit 26402dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json/lexer.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ abstract class JSON::Lexer
199199
hexnum1.chr
200200
end
201201
else
202-
raise "uknown escape char: #{char}"
202+
raise "unknown escape char: #{char}"
203203
end
204204
end
205205

0 commit comments

Comments
 (0)