]> git.lizzy.rs Git - rust.git/commitdiff
trpl: fix link error
authorFuGangqiang <fu_gangqiang@163.com>
Fri, 31 Jul 2015 08:25:17 +0000 (16:25 +0800)
committerFuGangqiang <fu_gangqiang@163.com>
Fri, 31 Jul 2015 08:25:17 +0000 (16:25 +0800)
src/libstd/lib.rs

index 61de7eafbb5a37092dcda29b004d7b7199174725..010e2cc7bb2d48e3954d1833d0f7cda0b10b0295 100644 (file)
@@ -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