Skip to content

Commit 5818f46

Browse files
author
Kyle Strand
committed
Merge branch 'PG-FFIUnwind-c-unwind-abi' of github.com:batmanaod/rfcs into PG-FFIUnwind-c-unwind-abi
2 parents 612880a + 89c7a2e commit 5818f46

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)