We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36131f5 commit 6d2fe2eCopy full SHA for 6d2fe2e
src/doc/guide.md
@@ -5526,7 +5526,7 @@ Guide can help you if you want to write your own.
5526
5527
# Unsafe
5528
5529
-Finally, there's one more concept that you should be aware in Rust: `unsafe`.
+Finally, there's one more Rust concept that you should be aware of: `unsafe`.
5530
There are two circumstances where Rust's safety provisions don't work well.
5531
The first is when interfacing with C code, and the second is when building
5532
certain kinds of abstractions.
0 commit comments