Skip to content

Commit e115753

Browse files
authored
Merge pull request #733 from lebensterben/patch-1
Fix typo in macros-by-example.md
2 parents b5e8cfb + bdf9fd1 commit e115753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/macros-by-example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ compiler knows how to expand them properly:
172172
`=> { $( $i );* }` is correct and replaces a comma-separated list of
173173
identifiers with a semicolon-separated list.
174174
1. Second, each repetition in the transcriber must contain at least one
175-
metavariable to decide now many times to expand it. If multiple
175+
metavariable to decide how many times to expand it. If multiple
176176
metavariables appear in the same repetition, they must be bound to the same
177177
number of fragments. For instance, `( $( $i:ident ),* ; $( $j:ident ),* ) =>
178178
( $( ($i,$j) ),*` must bind the same number of `$i` fragments as `$j`

0 commit comments

Comments
 (0)