Skip to content

Commit

Permalink
Typo s/recusive/recursive/
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Saut committed Feb 8, 2013
1 parent 3764cfb commit 4dec0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial-macros.md
Expand Up @@ -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
Expand Down

5 comments on commit 4dec0d5

@bors
Copy link
Contributor

@bors bors commented on 4dec0d5 Feb 8, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at osaut@4dec0d5

@bors
Copy link
Contributor

@bors bors commented on 4dec0d5 Feb 8, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging osaut/rust/master = 4dec0d5 into auto

@bors
Copy link
Contributor

@bors bors commented on 4dec0d5 Feb 8, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

osaut/rust/master = 4dec0d5 merged ok, testing candidate = ee93fb2

@bors
Copy link
Contributor

@bors bors commented on 4dec0d5 Feb 8, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 4dec0d5 Feb 8, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = ee93fb2

Please sign in to comment.