We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
functions.md
1 parent cb09dde commit a14d635Copy full SHA for a14d635
src/items/functions.md
@@ -191,7 +191,7 @@ extern "C" fn new_i32() -> i32 { 0 }
191
extern "stdcall" fn new_i32_stdcall() -> i32 { 0 }
192
```
193
194
-Just as with [external block], when the `extern` keyword is used and the `"ABI`
+Just as with [external block], when the `extern` keyword is used and the `"ABI"`
195
is omitted, the ABI used defaults to `"C"`. That is, this:
196
197
```rust
0 commit comments