mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
Rollup merge of #28253 - murarth:prelude-typo, r=steveklabnik
This commit is contained in:
commit
1bf060ffb3
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user