Skip to content

Commit e35521e

Browse files
committed
rfc, tuple_struct_self_ctor: fixed word order (grammar)
1 parent 21e3dd9 commit e35521e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-tuple-struct-self-ctor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ tuple struct directly in the `impl` header, or via a type alias.
145145

146146
## Desugaring
147147

148-
When the compiler encounters the syntactic following form specified in `EBNF`:
148+
When the compiler encounters the following syntactic form specified in `EBNF`:
149149

150150
```ebnf
151151
SelfTupleApply ::= "Self" "(" ExprList ")" ;

0 commit comments

Comments
 (0)