Skip to content

Commit 80eb573

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

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
@@ -163,7 +163,7 @@ extern "C" fn new_i32() -> i32 { 0 }
163163
let fptr: extern "C" fn() -> i32 = new_i32;
164164
```
165165

166-
Since functions with an ABI that differs from `"Rust"` do not support
166+
Functions with an ABI that differs from `"Rust"` do not support
167167
unwinding in the exact same way that Rust does, unwinding past the end
168168
of functions with such ABIs causes the process to abort. In LLVM, this is
169169
implemented by executing an illegal instruction.

0 commit comments

Comments
 (0)