Skip to content

Commit

Permalink
Update syntax.md (#18648)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd authored Oct 4, 2023
2 parents 1bf0f6d + ffc702d commit 1d0bc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/reference/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,10 @@ Export ::= ‘export’ ImportExpr {‘,’ ImportExpr}
ImportExpr ::= SimpleRef {‘.’ id} ‘.’ ImportSpec
| SimpleRef ‘as’ id
ImportSpec ::= NamedSelector
| WildcardSelector
| WildCardSelector
| ‘{’ ImportSelectors) ‘}’
NamedSelector ::= id [‘as’ (id | ‘_’)]
WildCardSelector ::= ‘*' | ‘given’ [InfixType]
WildCardSelector ::= ‘* | ‘given’ [InfixType]
ImportSelectors ::= NamedSelector [‘,’ ImportSelectors]
| WildCardSelector {‘,’ WildCardSelector}
Expand Down

0 comments on commit 1d0bc79

Please sign in to comment.