Skip to content

Commit 803f79f

Browse files
author
Kyle Strand
committed
line wraps
1 parent 5818f46 commit 803f79f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

text/0000-c-unwind-abi.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,10 @@ 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 during execution of the corresponding function, for instance if all `Drop` objects are
160-
moved out of scope, or if its only `catch_unwind` call is in a code path that
161-
will not be executed. The next section provides an example.
159+
Note that a non-POF may _become_ a POF during execution of the corresponding
160+
function, for instance if all `Drop` objects are moved out of scope, or if its
161+
only `catch_unwind` call is in a code path that will not be executed. The next
162+
section provides an example.
162163

163164
[cpp-POD-definition]: https://en.cppreference.com/w/cpp/named_req/PODType
164165

0 commit comments

Comments
 (0)