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
This commit is contained in:
Manish Goregaokar 2016-02-14 03:59:11 +05:30
commit 34d95f498c

View File

@ -11,7 +11,7 @@ dont 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]