We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8bb97 commit e64b49bCopy full SHA for e64b49b
src/items/functions.md
@@ -205,7 +205,7 @@ let fptr: extern "C" fn() -> i32 = new_i32;
205
206
### Unwinding
207
208
-Each non-`Rust` ABI string has a corresponding ABI with `-unwind` appended.
+Each non-`Rust` ABI string has a corresponding ABI with the suffix `-unwind`.
209
210
The choice of ABI, together with the [panic mode][panic-modes], determines the
211
behavior when unwinding out of a function.
0 commit comments