chore: fix typo

feat/type-attributes
Tomáš Mládek 2022-09-19 22:58:07 +02:00
parent 2756d7993b
commit 5a6390e8f3
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ impl TryFrom<&lexpr::Value> for Query {
}
}
_ => Err(QueryParseError(format!(
"Malformed expression: Unknowne symbol {}",
"Malformed expression: Unknown symbol {}",
symbol
))),
}