Rollup merge of #28253 - murarth:prelude-typo, r=steveklabnik
This commit is contained in:
commit
1bf060ffb3
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue