Fix minor typo in error label

This commit is contained in:
Matthias Benkort 2024-01-20 09:58:36 +01:00 committed by GitHub
parent 25a837ab3f
commit cb6fd59dbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ impl ParseError {
span,
while_parsing: None,
expected: HashSet::new(),
label: Some("invalid assignment right hand side"),
label: Some("invalid assignment right-hand side"),
}
}