Skip to content

Commit a14d635

Browse files
authored
Fix typo in functions.md
1 parent cb09dde commit a14d635

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
@@ -191,7 +191,7 @@ extern "C" fn new_i32() -> i32 { 0 }
191191
extern "stdcall" fn new_i32_stdcall() -> i32 { 0 }
192192
```
193193

194-
Just as with [external block], when the `extern` keyword is used and the `"ABI`
194+
Just as with [external block], when the `extern` keyword is used and the `"ABI"`
195195
is omitted, the ABI used defaults to `"C"`. That is, this:
196196

197197
```rust

0 commit comments

Comments
 (0)