Skip to content

Commit

Permalink
Update text/0000-c-unwind-abi.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Jung <post@ralfj.de>
  • Loading branch information
BatmanAoD and RalfJung committed Jul 14, 2020
1 parent fdbd98f commit 89c7a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-c-unwind-abi.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ and may be elided as an optimization).
Rust frames that do contain pending destructors or `catch_unwind` calls are
called non-POFs.

Note that a non-POF may _become_ a POF, for instance if all `Drop` objects are
Note that a non-POF may _become_ a POF during execution of the corresponding function, for instance if all `Drop` objects are
moved out of scope, or if its only `catch_unwind` call is in a code path that
will not be executed. The next section provides an example.

Expand Down

0 comments on commit 89c7a2e

Please sign in to comment.