From 963ef084180503080a93518aacadca045cb46f0f Mon Sep 17 00:00:00 2001 From: steveklabnik Date: Thu, 17 Nov 2016 00:52:30 -0500 Subject: [PATCH] Remove incorrect statement about the reference. This is not true. --- src/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/index.md b/src/doc/index.md index f8a1ec134d924..db3502ea1c0b9 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. [**Standard Library API Reference**][api]. Documentation for the standard library.