Skip to content

Commit 9acaba8

Browse files
committed
Fix a grammar typo.
1 parent 5b0fd84 commit 9acaba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-lifetime-dependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ This new syntax adds an optional `dependsOn(...)` lifetime modifier just before
599599
> *function-result***`->`** *attributes?* *lifetime-modifiers?* *type* \
600600
> *lifetime-modifiers**lifetime-modifier* *lifetime-modifiers?* \
601601
> *lifetime-modifier***`dependsOn`** **`(`** *lifetime-dependent-list* **`)`** \
602-
> *lifetime-dependence-list**lifetime-dependent* | *lifetime-dependence-source* **`,`** *lifetime-dependent-list*
602+
> *lifetime-dependence-list**lifetime-dependence-source* **`,`** *lifetime-dependent-list*
603603
> *lifetime-dependence-source***`self`** | *local-parameter-name* | **`scoped self`** | **`scoped`** *local-parameter-name* | **`immortal`**
604604
>
605605
> *parameter-type-annotation* → : *attributes?* *lifetime-modifiers?* *parameter-modifier*? *type*

0 commit comments

Comments
 (0)