Rollup merge of #28253 - murarth:prelude-typo, r=steveklabnik

This commit is contained in:
Manish Goregaokar 2015-09-05 16:16:02 +05:30
commit 1bf060ffb3
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@
//! `Some` and `None`.
//! * `std::result::Result::`{
//! [`self`](../result/enum.Result.html),
//! [`Some`](../result/enum.Result.html),
//! [`None`](../result/enum.Result.html)
//! [`Ok`](../result/enum.Result.html),
//! [`Err`](../result/enum.Result.html)
//! }.
//! The ubiquitous `Result` type and its two [variants][book-enums],
//! `Ok` and `Err`.