Skip to content

Commit ba2f85d

Browse files
gnzlbgCentril
andauthored
Update src/items/functions.md
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
1 parent 1daefaf commit ba2f85d

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
@@ -156,7 +156,7 @@ extern fn new_i32() -> i32 { 0 }
156156
let fptr: extern fn() -> i32 = new_i32;
157157
```
158158

159-
is identical to
159+
is equivalent to:
160160

161161
```rust
162162
extern "C" fn new_i32() -> i32 { 0 }

0 commit comments

Comments
 (0)