diff --git a/docs/docs/internals/syntax.md b/docs/docs/internals/syntax.md index 46770818ad4d..b064a5979d2a 100644 --- a/docs/docs/internals/syntax.md +++ b/docs/docs/internals/syntax.md @@ -322,7 +322,7 @@ ClosureMods ::= { ‘implicit’ | ‘given’} ### Bindings and Imports ```ebnf -Bindings ::= ‘(’ [[‘given’] Binding {‘,’ Binding}] ‘)’ +Bindings ::= ‘(’ [[‘using’] Binding {‘,’ Binding}] ‘)’ Binding ::= (id | ‘_’) [‘:’ Type] ValDef(_, id, tpe, EmptyTree) Modifier ::= LocalModifier