fix some typos in comments
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
229e875878
commit
442f848d74
13 changed files with 15 additions and 15 deletions
|
@ -333,7 +333,7 @@ fn expand_macro<'cx>(
|
|||
assert!(try_success_result.is_err(), "Macro matching returned a success on the second try");
|
||||
|
||||
if let Some(result) = tracker.result {
|
||||
// An irrecoverable error occured and has been emitted.
|
||||
// An irrecoverable error occurred and has been emitted.
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue