Skip to content
Snippets Groups Projects
Commit 3bb8966f authored by Nick Paladino's avatar Nick Paladino Committed by Aurélien Clérac
Browse files

parser/statement/mods.rs: typo

parent 5a14c99b
No related branches found
No related tags found
1 merge request!1232Add syntax check for single/double quotes and square brackets in splitter
...@@ -42,7 +42,7 @@ pub enum Error { ...@@ -42,7 +42,7 @@ pub enum Error {
#[error("syntax error: unterminated double quotes")] #[error("syntax error: unterminated double quotes")]
UnterminatedDoubleQuotes, UnterminatedDoubleQuotes,
/// Unterminated brace expansion /// Unterminated brace expansion
#[error("syntax error: unterminated braced")] #[error("syntax error: unterminated brace")]
UnterminatedBrace, UnterminatedBrace,
/// Unterminated method /// Unterminated method
#[error("syntax error: unterminated method")] #[error("syntax error: unterminated method")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment