Skip to content

Commit f144e80

Browse files
authored
given should be using in Bindings in ebnf
1 parent a3e69f1 commit f144e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/internals/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ ClosureMods ::= { ‘implicit’ | ‘given’}
322322

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

0 commit comments

Comments
 (0)