Fix typo in prelude docs

This commit is contained in:
Murarth 2015-09-04 21:27:55 -07:00
parent 7ee876cb8e
commit f7ffd502e5
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`.