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

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"),
}
}