fix typo
This commit is contained in:
parent
cd92a1ed68
commit
ee03e45053
|
@ -17,7 +17,7 @@ pub enum ParseError {
|
|||
#[diagnostic(code(nu::parser::extra_tokens), help("Try removing them."))]
|
||||
ExtraTokens(#[label = "extra tokens"] Span),
|
||||
|
||||
#[error("Invaild characters after closing delimiter")]
|
||||
#[error("Invalid characters after closing delimiter")]
|
||||
#[diagnostic(
|
||||
code(nu::parser::extra_token_after_closing_delimiter),
|
||||
help("Try removing them.")
|
||||
|
|
Loading…
Reference in New Issue
Block a user