Skip to content

Commit 2b9a712

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ let fptr: extern "C" fn() -> i32 = new_i32;
164164
```
165165

166166
Functions with an ABI that differs from `"Rust"` do not support
167-
unwinding in the exact same way that Rust does, unwinding past the end
167+
unwinding in the exact same way that Rust does. Therefore, 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.
170170

0 commit comments

Comments
 (0)