Skip to content

Commit 4b02fa0

Browse files
committed
small English nitpick
1 parent a0d5e4a commit 4b02fa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/0000-ergonomic-format-args.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ between.
9595
Obviously, the orders used during mapping and actual expansion must agree, but
9696
fortunately the rules are very simple now only explicit references remain.
9797
We iterate over the list of known positional *macro arguments*, recording the
98-
index every bunch of *generated `ArgumentV1` objects* would begin for each
99-
positional *macro argument*. After that, we also record the total number for
100-
mapping the named *macro arguments*, as the relative offsets of named
98+
index at which every bunch of *generated `ArgumentV1` objects* would begin for
99+
each positional *macro argument*. After that, we also record the total number
100+
for mapping the named *macro arguments*, as the relative offsets of named
101101
*placeholders* are already recorded during verification.
102102

103103
### Expansion

0 commit comments

Comments
 (0)