We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2076b91 + f144e80 commit 587945bCopy full SHA for 587945b
docs/docs/internals/syntax.md
@@ -324,7 +324,7 @@ ClosureMods ::= { ‘implicit’ | ‘given’}
324
325
### Bindings and Imports
326
```ebnf
327
-Bindings ::= ‘(’ [[‘given’] Binding {‘,’ Binding}] ‘)’
+Bindings ::= ‘(’ [[‘using’] Binding {‘,’ Binding}] ‘)’
328
Binding ::= (id | ‘_’) [‘:’ Type] ValDef(_, id, tpe, EmptyTree)
329
330
Modifier ::= LocalModifier
0 commit comments