Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json/lexer.cr
Original file line number Diff line number Diff line change
@@ -199,7 +199,7 @@ abstract class JSON::Lexer
hexnum1.chr
end
else
raise "uknown escape char: #{char}"
raise "unknown escape char: #{char}"
end
end

0 comments on commit 26402dd

Please sign in to comment.