We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 802d475 + e457144 commit 38315fbCopy full SHA for 38315fb
doc/tutorial-macros.md
@@ -115,7 +115,7 @@ to transcribe into the macro expansion; its type need not be repeated.
115
The right-hand side must be enclosed by delimiters, which are ignored by the
116
transcriber (therefore `() => ((1,2,3))` is a macro that expands to a tuple
117
expression, `() => (let $x=$val)` is a macro that expands to a statement, and
118
-`() => (1,2,3)` is a macro that expands to a syntax errror).
+`() => (1,2,3)` is a macro that expands to a syntax error).
119
120
Except for permissibility of `$name` (and `$(...)*`, discussed below), the
121
right-hand side of a macro definition is ordinary Rust syntax. In particular,
0 commit comments