impove wording

Co-Authored-By: gnzlbg <gnzlbg@users.noreply.github.com>
pull/162/head
Ralf Jung 5 years ago committed by GitHub
parent c6bf198f75
commit d3a5f5b21d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ language cares about is preventing the following things:
* Dereferencing (using the `*` operator on) dangling or unaligned pointers (see below)
* Breaking the [pointer aliasing rules][]
* Calling a function with the wrong call ABI (in particular, with the wrong unwind ABI).
* Calling a function with the wrong call ABI or wrong unwind ABI.
* Causing a [data race][race]
* Executing code compiled with [target features][] that the current thread of execution does
not support

Loading…
Cancel
Save