Skip to content

Commit 55741de

Browse files
authored
[spec] Fix typo in grammar notation (#2133)
1 parent 13444d0 commit 55741de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

document/core/text/conventions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ In order to distinguish symbols of the textual syntax from symbols of the abstra
4242
* ${grammar-case: $(T)*} is a possibly empty sequence of iterations of ${:T}.
4343
(This is a shorthand for ${grammar-case: $(T)^n} used where ${:n} is not relevant.)
4444

45-
* ${grammar-case: $(T)+} is a possibly empty sequence of iterations of ${:T}.
46-
(This is a shorthand for ${grammar-case: $(T)^n} used where ${:n} is not relevant.)
45+
* ${grammar-case: $(T)+} is a non-empty sequence of iterations of ${:T}.
46+
(This is a shorthand for ${grammar-case: $(T)^n} where ${:n >= 1}.)
4747

4848
* ${grammar-case: $(T)?} is an optional occurrence of ${:T}.
4949
(This is a shorthand for ${grammar-case: $(T)^n} where ${:n<=1}.)

0 commit comments

Comments
 (0)