We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bb132 commit b6d140fCopy full SHA for b6d140f
src/macro-expansion.md
@@ -408,7 +408,7 @@ in [`rustc_span::hygiene`][hy].
408
## Producing Macro Output
409
410
Above, we saw how the output of a macro is integrated into the AST for a crate,
411
-and we also saw how th e hygiene data for a crate is generated. But how do we
+and we also saw how the hygiene data for a crate is generated. But how do we
412
actually produce the output of a macro? It depends on the type of macro.
413
414
There are two types of macros in Rust:
0 commit comments