Merge pull request #141 from dsh0416/dsh0416/fix-typo

Fix typo
This commit is contained in:
Godfrey Chan 2017-12-31 23:58:24 -08:00 committed by GitHub
commit 05e5dda6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ macro_rules! parse {
{ $($state:tt)* } => {
parse_error!(
"Unknonw parser state. ",
"Unknown parser state. ",
"This is possibly a bug in Helix itself, please file an issue ",
"with the following debug information:\n\n",
format_parser_state!($($state)*)