Skip to content

Commit 1669f6c

Browse files
committed
rollup merge of rust-lang#16716 : tshepang/temp
2 parents 10fc9f2 + 6d2fe2e commit 1669f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5510,7 +5510,7 @@ Guide can help you if you want to write your own.
55105510

55115511
# Unsafe
55125512

5513-
Finally, there's one more concept that you should be aware in Rust: `unsafe`.
5513+
Finally, there's one more Rust concept that you should be aware of: `unsafe`.
55145514
There are two circumstances where Rust's safety provisions don't work well.
55155515
The first is when interfacing with C code, and the second is when building
55165516
certain kinds of abstractions.

0 commit comments

Comments
 (0)