Skip to content

Commit

Permalink
Fix typo in prelude docs
Browse files Browse the repository at this point in the history
  • Loading branch information
murarth committed Sep 5, 2015
1 parent 7ee876c commit f7ffd50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/prelude/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit f7ffd50

Please sign in to comment.