From 6d2fe2e8851ca87abe8f7dcb4e08b6a09b4cbcf1 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 24 Aug 2014 04:00:41 +0200 Subject: [PATCH] doc: add missing word --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index f1211c0788e..11e46c155e0 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -5526,7 +5526,7 @@ Guide can help you if you want to write your own. # Unsafe -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`. There are two circumstances where Rust's safety provisions don't work well. The first is when interfacing with C code, and the second is when building certain kinds of abstractions.