Skip to content

Commit d26d925

Browse files
Update src/items/functions.md
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent 61f601f commit d26d925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
> &nbsp;&nbsp; &nbsp;&nbsp; [_BlockExpression_]
99
>
1010
> _FunctionQualifiers_ :\
11-
> &nbsp;&nbsp; _AsyncConstQualifiers_ <sup>?</sup> `unsafe`<sup>?</sup> (`extern` _Abi_<sup>?</sup>)<sup>?</sup>
11+
> &nbsp;&nbsp; _AsyncConstQualifiers_<sup>?</sup> `unsafe`<sup>?</sup> (`extern` _Abi_<sup>?</sup>)<sup>?</sup>
1212
>
1313
> _AsyncConstQualifiers_ :\
1414
> &nbsp;&nbsp; `async` | `const`

0 commit comments

Comments
 (0)