Skip to content

Commit 78dd2ec

Browse files
committed
review nits
1 parent acd84c2 commit 78dd2ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/doc/index.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@ builds documentation for individual Rust packages.
1313

1414
## API Documentation
1515

16-
Rust provides a standard library with a number of features; you can browse
17-
its documentation [here][api].
16+
Rust provides a standard library with a number of features; [we host its
17+
documentation here][api].
1818

1919
## Reference Documentation
2020

21-
Rust does not yet have a formal specification, but we have a reference document
22-
[ref][ref]. It is guaranteed to be accurate, but not complete. We now have a
21+
Rust does not yet have a formal specification, but we have [a reference document
22+
][ref]. It is guaranteed to be accurate, but not complete. We now have a
2323
policy that all new features must be included in the reference before
2424
stabilization; however, we are still back-filling things that landed before
2525
then. That work is being tracked [here][38643].
2626

2727
## Extended Error Documentation
2828

29-
All of Rust's errors code with error codes, and you can request extended
30-
diagnostics from the compiler on those errors. We also produce those
31-
diagnostics on the web [here][err], if you prefer to read them that way.
29+
Many of Rust's errors come with error codes, and you can request extended
30+
diagnostics from the compiler on those errors. We also [have the text of those
31+
extended errors on the web][err], if you prefer to read them that way.
3232

3333
## The Rust Bookshelf
3434

3535
Rust provides a number of book-length sets of documentation, collectively
3636
nicknamed 'The Rust Bookshelf.'
3737

3838
* [The Rust Programming Language][book] teaches you how to program in Rust.
39-
* [The Rustinomicon][nomicon] is your guidebook to the dark arts of unsafe Rust.
39+
* [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust.
4040

4141
[Rust Learning]: https://github.com/ctjhoa/rust-learning
4242
[Docs.rs]: https://docs.rs/

0 commit comments

Comments
 (0)