diff options
| author | steveklabnik <steve@steveklabnik.com> | 2016-11-17 13:16:27 -0500 |
|---|---|---|
| committer | steveklabnik <steve@steveklabnik.com> | 2016-11-17 13:16:27 -0500 |
| commit | c5e6dfc4f9ba04b906ceef2a4512d19bf079d8d0 (patch) | |
| tree | df6e4ef4cbc439d1dabe731d11509de8f246b242 | |
| parent | 1523a5480a8abb717f9afcffe5b149579d8e5d3c (diff) | |
| download | rust-c5e6dfc4f9ba04b906ceef2a4512d19bf079d8d0.tar.gz rust-c5e6dfc4f9ba04b906ceef2a4512d19bf079d8d0.zip | |
Clarify the reference's status.
The former wording only gave part of the picture, we want to be crystal clear about this.
| -rw-r--r-- | src/doc/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index f8a1ec134d9..71dfcf0b067 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -17,7 +17,7 @@ the language. [**The Rust Reference**][ref]. While Rust does not have a specification, the reference tries to describe its working in -detail. It tends to be out of date. +detail. It is accurate, but not necessarily complete. [**Standard Library API Reference**][api]. Documentation for the standard library. |
