Skip to content

Commit d3a5f5b

Browse files
RalfJunggnzlbg
andauthored
impove wording
Co-Authored-By: gnzlbg <gnzlbg@users.noreply.github.com>
1 parent c6bf198 commit d3a5f5b

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 (in particular, with the wrong unwind ABI).
21+
* Calling a function with the wrong call ABI or 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)