Skip to content

Commit 67b3798

Browse files
author
Kyle Strand
committed
Merge branch 'Rfc-POF-terminology' of github.com:BatmanAoD/project-ffi-unwind into Rfc-POF-terminology
2 parents afcd1da + 9424616 commit 67b3798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/0000-c-unwind-abi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ the Rust entrypoint using `"C unwind"`.
134134
[POF-definition]: #plain-old-frames
135135

136136
A "POF", or "Plain Old Frame", is defined as a frame that can be trivially
137-
deallocated; that is, returning from or unwinding a POF cannot cause any
137+
deallocated: returning from or unwinding a POF cannot cause any
138138
observable effects. This means that POFs do not contain any pending destructors
139139
(live `Drop` objects) or `catch_unwind` calls.
140140

0 commit comments

Comments
 (0)