Skip to content

Commit 1daefaf

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

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
@@ -129,7 +129,7 @@ synonym for `extern "Rust" fn()`. That is, this:
129129
fn foo() {}
130130
```
131131

132-
is identical to
132+
is equivalent to:
133133

134134
```rust
135135
extern "Rust" fn foo() {}

0 commit comments

Comments
 (0)