Skip to content

Commit 4487819

Browse files
authored
Remove disused grammar production (#275)
Fixes: swiftlang/swift-book#274
2 parents f9e231e + 38eb815 commit 4487819

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

TSPL.docc/ReferenceManual/Expressions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ in the sections below.
2121
> Grammar of an expression:
2222
>
2323
> *expression**try-operator*_?_ *await-operator*_?_ *prefix-expression* *infix-expressions*_?_ \
24-
> *expression-list**expression* | *expression* **`,`** *expression-list*
2524
2625
## Prefix Expressions
2726

TSPL.docc/ReferenceManual/SummaryOfTheGrammar.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ make the same change here also.
314314
> Grammar of an expression:
315315
>
316316
> *expression**try-operator*_?_ *await-operator*_?_ *prefix-expression* *infix-expressions*_?_ \
317-
> *expression-list**expression* | *expression* **`,`** *expression-list*
318317
319318
> Grammar of a prefix expression:
320319
>

0 commit comments

Comments
 (0)