Skip to content

Commit 7b3682d

Browse files
authored
Fix typo in internals/syntax.md (#18652)
2 parents 1d0bc79 + a4e669a commit 7b3682d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/_docs/internals/syntax.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,10 @@ Export ::= ‘export’ ImportExpr {‘,’ ImportExpr}
400400
ImportExpr ::= SimpleRef {‘.’ id} ‘.’ ImportSpec Import(expr, sels)
401401
| SimpleRef ‘as’ id Import(EmptyTree, ImportSelector(ref, id))
402402
ImportSpec ::= NamedSelector
403-
| WildcardSelector
403+
| WildCardSelector
404404
| ‘{’ ImportSelectors) ‘}’
405405
NamedSelector ::= id [‘as’ (id | ‘_’)]
406-
WildCardSelector ::= ‘*' | ‘given’ [InfixType]
406+
WildCardSelector ::= ‘* | ‘given’ [InfixType]
407407
ImportSelectors ::= NamedSelector [‘,’ ImportSelectors]
408408
| WildCardSelector {‘,’ WildCardSelector}
409409

0 commit comments

Comments
 (0)