Skip to content

Commit 3ad22a3

Browse files
BatmanAoDtmandry
andcommitted
Apply suggestions from code review
PR suggestion: Take focus off of "unforced" Co-authored-by: Tyler Mandry <tmandry@gmail.com>
1 parent cb14033 commit 3ad22a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/items/functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,15 +210,15 @@ Each non-`Rust` ABI string has a corresponding ABI with the suffix `-unwind`.
210210
The choice of ABI, together with the [panic mode][panic-modes], determines the
211211
behavior when unwinding out of a function.
212212

213-
In the table below, "Unforced foreign unwind" refers to something like a C++
213+
In the table below, "Foreign unwind (unforced)" refers to something like a C++
214214
exception; the table indicates the behavior of an unwinding
215215
operation reaching each type of ABI boundary (function
216216
declaration or definition using the corresponding ABI string).
217217
Additionally, `C` in the ABI strings may be substituted with
218218
`stdcall` or any other ABI supported by the language
219219
implementation.
220220

221-
| panic runtime | ABI | `panic`-unwind | Unforced foreign unwind |
221+
| panic runtime | ABI | `panic`-unwind | Foreign unwind (unforced) |
222222
| -------------- | ------------ | ------------------------------------- | ----------------------- |
223223
| `panic=unwind` | `"C-unwind"` | unwind | unwind |
224224
| `panic=unwind` | `"C"` | abort | UB |

0 commit comments

Comments
 (0)