Skip to content

Commit 3239f81

Browse files
committed
core: More doc tweaks
1 parent 7d58797 commit 3239f81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/libcore/core.rc

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
#[doc(
1111
brief = "The Rust core library",
1212
desc = "
13-
The core library provides functionality that is closely tied to
14-
the Rust built-in types and runtime services, or that is used in nearly
15-
every non-trivial program.
13+
The core library provides functionality that is closely tied to the Rust
14+
built-in types and runtime services, or that is used in nearly every
15+
non-trivial program.
1616

17-
The core library is linked by default to all crates and the contents
18-
imported. The effect is as though the user had written the following:
17+
It is linked by default to all crates and the contents imported. The effect is
18+
as though the user had written the following:
1919

2020
~~~
2121
use core;

0 commit comments

Comments
 (0)