Skip to content

Commit b01562e

Browse files
committed
Fix identifiers in Definitions & Conventions section
1 parent 495b44d commit b01562e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/macro-ambiguity.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ of this text is copied, and expanded upon in subsequent RFCs.
88

99
## Definitions & Conventions
1010

11-
r[macro.ambiguity.conventions]
11+
r[macro.ambiguity.convention]
1212

13-
r[macro.ambiguity.conventions.defs]
13+
r[macro.ambiguity.convention.defs]
1414
- `macro`: anything invokable as `foo!(...)` in source code.
1515
- `MBE`: macro-by-example, a macro defined by `macro_rules`.
1616
- `matcher`: the left-hand-side of a rule in a `macro_rules` invocation, or a
@@ -84,7 +84,7 @@ r[macro.ambiguity.convention.set]
8484
`*`, `+`, and `?`, "OPEN"/"CLOSE" over matching token pairs surrounding a
8585
delimited sequence (e.g. `[` and `]`).
8686

87-
r[macro.ambiguity.sequence-vars]
87+
r[macro.ambiguity.convention.sequence-vars]
8888
Greek letters "α" "β" "γ" "δ" stand for potentially empty token-tree sequences.
8989
(However, the Greek letter "ε" (epsilon) has a special role in the presentation
9090
and does not stand for a token-tree sequence.)

0 commit comments

Comments
 (0)