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.
2 parents c256454 + 6d2fe2e commit 9fc29f1Copy full SHA for 9fc29f1
src/doc/guide.md
@@ -5510,7 +5510,7 @@ Guide can help you if you want to write your own.
5510
5511
# Unsafe
5512
5513
-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`.
5514
There are two circumstances where Rust's safety provisions don't work well.
5515
The first is when interfacing with C code, and the second is when building
5516
certain kinds of abstractions.
0 commit comments