Skip to content

Commit 26402dd

Browse files
Leonbcardiff
Leon
authored andcommittedJan 12, 2017
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
 

Diff for: ‎src/json/lexer.cr

+1-1
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)