We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c98c1b7 + dcb92ab commit 0ee1b99Copy full SHA for 0ee1b99
src/doc/book/unsafe.md
@@ -4,7 +4,7 @@ Rust’s main draw is its powerful static guarantees about behavior. But safety
4
checks are conservative by nature: there are some programs that are actually
5
safe, but the compiler is not able to verify this is true. To write these kinds
6
of programs, we need to tell the compiler to relax its restrictions a bit. For
7
-this, Rust has a keyword, `unsafe`. Code using `unsafe` has less restrictions
+this, Rust has a keyword, `unsafe`. Code using `unsafe` has fewer restrictions
8
than normal code does.
9
10
Let’s go over the syntax, and then we’ll talk semantics. `unsafe` is used in
0 commit comments