Typo s/recusive/recursive/

This commit is contained in:
Olivier Saut 2013-02-08 11:45:47 +01:00
parent 3764cfbf57
commit 4dec0d5192
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ pattern we want is clear:
However, it's not possible to directly expand to nested match statements. But
there is a solution.
## The recusive approach to macro writing
## The recursive approach to macro writing
A macro may accept multiple different input grammars. The first one to
successfully match the actual argument to a macro invocation is the one that