Skip to content

Commit b8c06c4

Browse files
gnzlbgCentril
andauthored
Update src/items/functions.md
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent 80eb573 commit b8c06c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ extern "stdcall" fn new_i32_stdcall() -> i32 { 0 }
149149
```
150150

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

154154
```rust
155155
extern fn new_i32() -> i32 { 0 }

0 commit comments

Comments
 (0)