Skip to content

Commit

Permalink
Merge pull request #1173 from wooorm/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `functions.md`
  • Loading branch information
ehuss committed Feb 23, 2022
2 parents cb09dde + a14d635 commit 9d289c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ extern "C" fn new_i32() -> i32 { 0 }
extern "stdcall" fn new_i32_stdcall() -> i32 { 0 }
```

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"`
is omitted, the ABI used defaults to `"C"`. That is, this:

```rust
Expand Down

0 comments on commit 9d289c0

Please sign in to comment.