We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327d035 commit f628b29Copy full SHA for f628b29
src/macros-by-example.md
@@ -49,7 +49,7 @@ the matcher and the transcriber must be surrounded by delimiters. Macros can
49
expand to expressions, statements, items (including traits, impls, and foreign
50
items), types, or patterns.
51
52
-## Transcription
+## Transcribing
53
54
When a macro is invoked, the macro expander looks up macro invocations by name,
55
and tries each macro rule in turn. It transcribes the first successful match; if
0 commit comments