about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-02-14 03:59:11 +0530
committerManish Goregaokar <manishsmail@gmail.com>2016-02-14 05:06:35 +0530
commit34d95f498c805c6ae00d2aa085887a8ab11401ea (patch)
treeacc1417cdad29f2f24eb21e0f2aa96bbb271c29c
parent8873732585e6a1f3427efdd05128333e6ae1e151 (diff)
parenteb0f9f81f02d6d4c849e7361a47eb62bead24ec7 (diff)
downloadrust-34d95f498c805c6ae00d2aa085887a8ab11401ea.tar.gz
rust-34d95f498c805c6ae00d2aa085887a8ab11401ea.zip
Rollup merge of #31612 - raindev:grammar, r=steveklabnik
I feel sorry for bothering you with such a literally one character changes. If it is counter productive feel free to point it out in the comments, that would be totally understandable. I could try to pack such a changes together in one PR to make them less distractive.

r? @steveklabnik
-rw-r--r--src/doc/book/using-rust-without-the-standard-library.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/using-rust-without-the-standard-library.md b/src/doc/book/using-rust-without-the-standard-library.md
index 59182e1a4ef..2c7a097fe80 100644
--- a/src/doc/book/using-rust-without-the-standard-library.md
+++ b/src/doc/book/using-rust-without-the-standard-library.md
@@ -11,7 +11,7 @@ don’t want to use the standard library via an attribute: `#![no_std]`.
 > For details on binaries without the standard library, see [the nightly
 > chapter on `#![no_std]`](no-stdlib.html)
 
-To use `#![no_std]`, add a it to your crate root:
+To use `#![no_std]`, add it to your crate root:
 
 ```rust
 #![no_std]