Skip to content

Commit 4dec0d5

Browse files
author
Olivier Saut
committed
Typo s/recusive/recursive/
1 parent 3764cfb commit 4dec0d5

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)