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.
1 parent 2370da2 commit d1d2f3fCopy full SHA for d1d2f3f
src/items/external-blocks.md
@@ -17,7 +17,7 @@
17
>
18
> _ExternalFunctionItem_ :\
19
> `fn` [IDENTIFIER] [_Generics_]<sup>?</sup>\
20
-> `(` _NamedFunctionParameters_<sup>?</sup> | _NamedFunctionParametersWithVariadics_ ) `)`\
+> `(` ( _NamedFunctionParameters_<sup>?</sup> | _NamedFunctionParametersWithVariadics_ ) `)`\
21
> [_FunctionReturnType_]<sup>?</sup> [_WhereClause_]<sup>?</sup> `;`
22
23
> _NamedFunctionParameters_ :\
0 commit comments