Skip to content

Commit 3c4fb42

Browse files
committed
unwind ABI wording tweak
1 parent dce794c commit 3c4fb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/behavior-considered-undefined.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ code.
3232
* Invoking undefined behavior via compiler intrinsics.
3333
* Executing code compiled with platform features that the current platform
3434
does not support (see [`target_feature`]).
35-
* Calling a function with the wrong call ABI or wrong unwind ABI.
35+
* Calling a function with the wrong call ABI or unwinding from a function with the wrong unwind ABI.
3636
* Producing an invalid value, even in private fields and locals. "Producing" a
3737
value happens any time a value is assigned to or read from a place, passed to
3838
a function/primitive operation or returned from a function/primitive

0 commit comments

Comments
 (0)