Skip to content

Commit f628b29

Browse files
committed
Fix wrong word.
1 parent 327d035 commit f628b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros-by-example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ the matcher and the transcriber must be surrounded by delimiters. Macros can
4949
expand to expressions, statements, items (including traits, impls, and foreign
5050
items), types, or patterns.
5151

52-
## Transcription
52+
## Transcribing
5353

5454
When a macro is invoked, the macro expander looks up macro invocations by name,
5555
and tries each macro rule in turn. It transcribes the first successful match; if

0 commit comments

Comments
 (0)