Skip to content

Commit 6d2fe2e

Browse files
committed
doc: add missing word
1 parent 36131f5 commit 6d2fe2e

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
@@ -5526,7 +5526,7 @@ Guide can help you if you want to write your own.
55265526

55275527
# Unsafe
55285528

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

0 commit comments

Comments
 (0)