1
Fork 0

Fix std::marker.

From std::markers to std::marker.
This commit is contained in:
Wangshan Lu 2015-01-18 22:17:44 +08:00
parent dcaeb6aa23
commit e28da7ad44
2 changed files with 3 additions and 3 deletions

View file

@ -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.
//!