Fix minor typo in error label
This commit is contained in:
parent
25a837ab3f
commit
cb6fd59dbd
|
@ -34,7 +34,7 @@ impl ParseError {
|
||||||
span,
|
span,
|
||||||
while_parsing: None,
|
while_parsing: None,
|
||||||
expected: HashSet::new(),
|
expected: HashSet::new(),
|
||||||
label: Some("invalid assignment right hand side"),
|
label: Some("invalid assignment right-hand side"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue