Skip to content

Commit

Permalink
Fix typo: "uknown" -> "unknown" (#3854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon authored and bcardiff committed Jan 12, 2017
1 parent 6b1917c commit 26402dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json/lexer.cr
Expand Up @@ -199,7 +199,7 @@ abstract class JSON::Lexer
hexnum1.chr
end
else
raise "uknown escape char: #{char}"
raise "unknown escape char: #{char}"
end
end

Expand Down

0 comments on commit 26402dd

Please sign in to comment.