core: More doc tweaks

This commit is contained in:
Brian Anderson 2012-01-23 17:03:42 -08:00
parent 7d58797453
commit 3239f81898
1 changed files with 5 additions and 5 deletions

View File

@ -10,12 +10,12 @@
#[doc(
brief = "The Rust core library",
desc = "
The core library provides functionality that is closely tied to
the Rust built-in types and runtime services, or that is used in nearly
every non-trivial program.
The core library provides functionality that is closely tied to the Rust
built-in types and runtime services, or that is used in nearly every
non-trivial program.
The core library is linked by default to all crates and the contents
imported. The effect is as though the user had written the following:
It is linked by default to all crates and the contents imported. The effect is
as though the user had written the following:
~~~
use core;