Closed craftslab closed 10 months ago
Describe the bug
Misspelling in Diagnostic::error
To Reproduce
// https://github.com/AmrDeveloper/GQL/blob/ca60dfd29be62753ae95921b9096cf250ae55d0a/crates/gitql-parser/src/tokenizer.rs#L619 Diagnostic::error("Un expected character").with_location_span(column_start, position),
Expected behavior
Diagnostic::error("Unexpected character").with_location_span(column_start, position),
GQL (please complete the following information):
Version 0.12.0
Screenshots
None
Hello @craftslab,
Thank you, fixed
Describe the bug
Misspelling in Diagnostic::error
To Reproduce
Expected behavior
GQL (please complete the following information):
Version 0.12.0
Screenshots
None