Skip to content

Commit 04823fd

Browse files
committed
use agreed-upon wording
1 parent d3a5f5b commit 04823fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/what-unsafe-does.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ language cares about is preventing the following things:
1818

1919
* Dereferencing (using the `*` operator on) dangling or unaligned pointers (see below)
2020
* Breaking the [pointer aliasing rules][]
21-
* Calling a function with the wrong call ABI or wrong unwind ABI.
21+
* Calling a function with the wrong call ABI or unwinding from a function with the wrong unwind ABI.
2222
* Causing a [data race][race]
2323
* Executing code compiled with [target features][] that the current thread of execution does
2424
not support

0 commit comments

Comments
 (0)