Skip to content

Commit ba3bf21

Browse files
committed
---
yaml --- r: 209841 b: refs/heads/try c: 131b5ac h: refs/heads/master i: 209839: 1e5c480 v: v3
1 parent a6ad600 commit ba3bf21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3e561f05c00cd180ec02db4ccab2840a4aba93d2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5-
refs/heads/try: a33b5d3460343bdbe9e1c21d596397dc3e416bde
5+
refs/heads/try: 131b5aca5a8c04f7a565e5f2c95eccbf9b75970f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/doc/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,9 +700,9 @@ in macro rules). In the transcriber, the designator is already known, and so
700700
only the name of a matched nonterminal comes after the dollar sign.
701701

702702
In both the matcher and transcriber, the Kleene star-like operator indicates
703-
repetition. The Kleene star operator consists of `$` and parenthesis, optionally
703+
repetition. The Kleene star operator consists of `$` and parentheses, optionally
704704
followed by a separator token, followed by `*` or `+`. `*` means zero or more
705-
repetitions, `+` means at least one repetition. The parenthesis are not matched or
705+
repetitions, `+` means at least one repetition. The parentheses are not matched or
706706
transcribed. On the matcher side, a name is bound to _all_ of the names it
707707
matches, in a structure that mimics the structure of the repetition encountered
708708
on a successful match. The job of the transcriber is to sort that structure

0 commit comments

Comments
 (0)