Skip to content

Commit 9cdd6dd

Browse files
committed
Grammar: FunctionFront -> FunctionQualifier
1 parent 87b28f2 commit 9cdd6dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/items/functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
> **<sup>Syntax</sup>**\
44
> _Function_ :\
5-
> &nbsp;&nbsp; _FunctionFront_ `fn` [IDENTIFIER]&nbsp;[_Generics_]<sup>?</sup>\
5+
> &nbsp;&nbsp; _FunctionQualifiers_ `fn` [IDENTIFIER]&nbsp;[_Generics_]<sup>?</sup>\
66
> &nbsp;&nbsp; &nbsp;&nbsp; `(` _FunctionParameters_<sup>?</sup> `)`\
77
> &nbsp;&nbsp; &nbsp;&nbsp; _FunctionReturnType_<sup>?</sup> [_WhereClause_]<sup>?</sup>\
88
> &nbsp;&nbsp; &nbsp;&nbsp; [_BlockExpression_]
99
>
10-
> _FunctionFront_ :\
10+
> _FunctionQualifiers_ :\
1111
> &nbsp;&nbsp; `const`<sup>?</sup> `unsafe`<sup>?</sup> (`extern` _Abi_<sup>?</sup>)<sup>?</sup>
1212
>
1313
> _Abi_ :\

0 commit comments

Comments
 (0)