summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorFuGangqiang <fu_gangqiang@163.com>2015-07-31 16:25:17 +0800
committerFuGangqiang <fu_gangqiang@163.com>2015-07-31 16:25:17 +0800
commitb399729298ae5fa4f98a46d40682fb9e404f8e00 (patch)
treedb40a92a551093b1bf70dac05c5e1261255e2ffb /src/libstd/lib.rs
parenta7b8f5bc47966bc995004f5905f831be4b68d026 (diff)
downloadrust-b399729298ae5fa4f98a46d40682fb9e404f8e00.tar.gz
rust-b399729298ae5fa4f98a46d40682fb9e404f8e00.zip
trpl: fix link error
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 61de7eafbb5..010e2cc7bb2 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -15,7 +15,7 @@
 //! for the [broader Rust ecosystem](https://crates.io). It offers
 //! core types (e.g. [`Vec`](vec/index.html)
 //! and [`Option`](option/index.html)), library-defined [operations on
-//! language primitives](#primitive) (e.g. [`u32`](u32/index.html) and
+//! language primitives](#primitives) (e.g. [`u32`](u32/index.html) and
 //! [`str`](str/index.html)), [standard macros](#macros),
 //! [I/O](io/index.html) and [multithreading](thread/index.html), among
 //! [many other lovely