Skip to content

Commit e64b49b

Browse files
Kyle StrandBatmanAoD
authored andcommitted
phrasing - match Nomicon
1 parent 3d8bb97 commit e64b49b

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
@@ -205,7 +205,7 @@ let fptr: extern "C" fn() -> i32 = new_i32;
205205

206206
### Unwinding
207207

208-
Each non-`Rust` ABI string has a corresponding ABI with `-unwind` appended.
208+
Each non-`Rust` ABI string has a corresponding ABI with the suffix `-unwind`.
209209

210210
The choice of ABI, together with the [panic mode][panic-modes], determines the
211211
behavior when unwinding out of a function.

0 commit comments

Comments
 (0)