Skip to content

Commit db97d54

Browse files
Update src/items/functions.md
Co-authored-by: Ralf Jung <[email protected]>
1 parent 621dac9 commit db97d54

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
@@ -300,7 +300,7 @@ With `panic=unwind`, when a `panic` is turned into an abort by a non-unwinding A
300300
up until the ABI boundary will run.
301301

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

0 commit comments

Comments
 (0)