Skip to content

Commit 1edbea2

Browse files
Merge pull request #733 from lebensterben/patch-1
Fix typo in macros-by-example.md
2 parents 37bc27b + 8055f84 commit 1edbea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros-by-example.md

Lines changed: 1 addition & 1 deletion
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)