about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-08-01 08:36:59 +0000
committerbors <bors@rust-lang.org>2015-08-01 08:36:59 +0000
commit832e5a02cd41b3a20d1142b47867da4aa5033f03 (patch)
tree46e2aae3d859a544acbdc5b44d7bc1eb52f8ad2c /src/libstd
parentf50518e05ab1fd7632b83c0c6675ec072d1685ea (diff)
parentead9a6dacf88f252b700a3d342cf332ae522eef7 (diff)
downloadrust-832e5a02cd41b3a20d1142b47867da4aa5033f03.tar.gz
rust-832e5a02cd41b3a20d1142b47867da4aa5033f03.zip
Auto merge of #27453 - Manishearth:rollup, r=Manishearth
- Successful merges: #26982, #27305, #27419, #27423, #27426
- Failed merges: 
Diffstat (limited to 'src/libstd')
-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