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 94ad2b8 + 2f23e52 commit 702c4d7Copy full SHA for 702c4d7
src/items/external-blocks.md
@@ -17,7 +17,7 @@
17
>
18
> _ExternalFunctionItem_ :\
19
> `fn` [IDENTIFIER] [_Generics_]<sup>?</sup>\
20
-> `(` _NamedFunctionParameters_<sup>?</sup> | _NamedFunctionParametersWithVariadics_ ) `)`\
+> `(` ( _NamedFunctionParameters_ | _NamedFunctionParametersWithVariadics_ )<sup>?</sup> `)`\
21
> [_FunctionReturnType_]<sup>?</sup> [_WhereClause_]<sup>?</sup> `;`
22
23
> _NamedFunctionParameters_ :\
0 commit comments