Skip to content

Commit ddadc67

Browse files
ChayimFriedman2Joshua Nelson
authored and
Joshua Nelson
committed
Fix typo: suceed -> succeed
1 parent 91f8f33 commit ddadc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macro-expansion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ If we make no progress in an iteration, then we have reached a compilation
106106
error (e.g. an undefined macro). We attempt to recover from failures
107107
(unresolved macros or imports) for the sake of diagnostics. This allows
108108
compilation to continue past the first error, so that we can report more errors
109-
at a time. Recovery can't cause compilation to suceed. We know that it will
109+
at a time. Recovery can't cause compilation to succeed. We know that it will
110110
fail at this point. The recovery happens by expanding unresolved macros into
111111
[`ExprKind::Err`][err].
112112

0 commit comments

Comments
 (0)