Skip to content

Commit ee93fb2

Browse files
committed
auto merge of #4845 : osaut/rust/master, r=graydon
There was a simple typo on recursive in doc/tutorial-macros.md: s/recusive/recursive.
2 parents dd41f04 + 4dec0d5 commit ee93fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial-macros.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ pattern we want is clear:
281281
However, it's not possible to directly expand to nested match statements. But
282282
there is a solution.
283283

284-
## The recusive approach to macro writing
284+
## The recursive approach to macro writing
285285

286286
A macro may accept multiple different input grammars. The first one to
287287
successfully match the actual argument to a macro invocation is the one that

0 commit comments

Comments
 (0)