Skip to content

Commit 587945b

Browse files
authored
Merge pull request #9047 from SrTobi/patch-1
`given` should be `using` in Bindings in ebnf
2 parents 2076b91 + f144e80 commit 587945b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/internals/syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ ClosureMods ::= { ‘implicit’ | ‘given’}
324324

325325
### Bindings and Imports
326326
```ebnf
327-
Bindings ::= ‘(’ [[‘given’] Binding {‘,’ Binding}] ‘)’
327+
Bindings ::= ‘(’ [[‘using’] Binding {‘,’ Binding}] ‘)’
328328
Binding ::= (id | ‘_’) [‘:’ Type] ValDef(_, id, tpe, EmptyTree)
329329
330330
Modifier ::= LocalModifier

0 commit comments

Comments
 (0)