Skip to content

Commit 9d289c0

Browse files
authored
Merge pull request rust-lang#1173 from wooorm/patch-1
Fix typo in `functions.md`
2 parents cb09dde + a14d635 commit 9d289c0

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)