Skip to content

Commit b6d140f

Browse files
Typo
Co-authored-by: Chris Simpkins <[email protected]>
1 parent d1bb132 commit b6d140f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/macro-expansion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ in [`rustc_span::hygiene`][hy].
408408
## Producing Macro Output
409409

410410
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
411+
and we also saw how the hygiene data for a crate is generated. But how do we
412412
actually produce the output of a macro? It depends on the type of macro.
413413

414414
There are two types of macros in Rust:

0 commit comments

Comments
 (0)