Skip to content

Commit 89c7a2e

Browse files
BatmanAoDRalfJung
andauthored
Update text/0000-c-unwind-abi.md
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent fdbd98f commit 89c7a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-c-unwind-abi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ and may be elided as an optimization).
156156
Rust frames that do contain pending destructors or `catch_unwind` calls are
157157
called non-POFs.
158158

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

0 commit comments

Comments
 (0)