about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-05-20 11:39:40 -0700
committerBrian Anderson <banderson@mozilla.com>2014-05-20 11:39:40 -0700
commitc9ab33a8fde708c8a4cf70b03f5d69370220665c (patch)
tree9a8581ed21f7d292a6f5350c3ab1c7031b2ea30c /src/libstd
parent26e4680ae52bb98517cff07ff89446c5010db01e (diff)
downloadrust-c9ab33a8fde708c8a4cf70b03f5d69370220665c.tar.gz
rust-c9ab33a8fde708c8a4cf70b03f5d69370220665c.zip
Address review comments
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 e6b301fbb9e..a9ec9c1ddc5 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -16,7 +16,7 @@
 //!
 //! ## Intrinsic types and operations
 //!
-//! The [`ptr`](../core/ptr/index.html), [`mem`](../core/mem/index.html),
+//! The [`ptr`](../core/ptr/index.html) and [`mem`](../core/mem/index.html)
 //! modules deal with unsafe pointers and memory manipulation.
 //! [`kinds`](../core/kinds/index.html) defines the special built-in traits,
 //! and [`raw`](../core/raw/index.html) the runtime representation of Rust types.