Skip to content

Commit 307db2a

Browse files
RalfJunggnzlbg
authored andcommitted
Apply suggestions from code review
Co-Authored-By: gnzlbg <gnzlbg@users.noreply.github.com>
1 parent b41ef53 commit 307db2a

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
@@ -40,7 +40,7 @@ language cares about is preventing the following things:
4040
`NonZero*` that is 0
4141
* Unwinding into another language
4242
* Causing a [data race][race]
43-
* Executing code compiled with platform features that the current platform does
43+
* Executing code compiled with target features that the current thread of execution does
4444
not support (see [`target_feature`])
4545

4646
"Producing" a value happens any time a value is assigned, passed to a

0 commit comments

Comments
 (0)