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 a2f2a64 + 334ce91 commit 4cc87c8Copy full SHA for 4cc87c8
src/doc/reference.md
@@ -1111,7 +1111,7 @@ extern fn new_i32() -> i32 { 0 }
1111
extern "stdcall" fn new_i32_stdcall() -> i32 { 0 }
1112
```
1113
1114
-Unlike normal functions, extern fns have an `extern "ABI" fn()`. This is the
+Unlike normal functions, extern fns have type `extern "ABI" fn()`. This is the
1115
same type as the functions declared in an extern block.
1116
1117
0 commit comments