Skip to content

Commit 6ef801b

Browse files
chorman0773RalfJung
authored andcommitted
Update src/items/functions.md
Co-authored-by: Ralf Jung <[email protected]>
1 parent 0ae7367 commit 6ef801b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ With `panic=unwind`, when a `panic` is turned into an abort by a non-unwinding A
299299
up until the ABI boundary will run.
300300

301301
> [!NOTE]
302-
> Prior to Rust 1.82, it is possible for only some of the destructors to executive, and not others.
302+
> Prior to Rust 1.82, it is possible for only some of the destructors to execute, and not others.
303303
304304
For other considerations and limitations regarding unwinding across FFI
305305
boundaries, see the [relevant section in the Panic documentation][panic-ffi].

0 commit comments

Comments
 (0)