From e28da7ad4428ff9b377269676abe7f183f3f0182 Mon Sep 17 00:00:00 2001 From: Wangshan Lu Date: Sun, 18 Jan 2015 22:17:44 +0800 Subject: Fix std::marker. From std::markers to std::marker. --- src/libstd/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index ddb8129630f..648326eee99 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -18,7 +18,7 @@ //! //! The [`ptr`](ptr/index.html) and [`mem`](mem/index.html) //! modules deal with unsafe pointers and memory manipulation. -//! [`markers`](markers/index.html) defines the special built-in traits, +//! [`marker`](marker/index.html) defines the special built-in traits, //! and [`raw`](raw/index.html) the runtime representation of Rust types. //! These are some of the lowest-level building blocks in Rust. //! -- cgit 1.4.1-3-g733a5