rollup merge of #19232: nicholasbishop/bishop_fix_result_typo
This commit is contained in:
commit
e9fcfe6a91
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
//!
|
//!
|
||||||
//! Pattern matching on `Result`s is clear and straightforward for
|
//! Pattern matching on `Result`s is clear and straightforward for
|
||||||
//! simple cases, but `Result` comes with some convenience methods
|
//! simple cases, but `Result` comes with some convenience methods
|
||||||
//! that make working it more succinct.
|
//! that make working with it more succinct.
|
||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
//! let good_result: Result<int, int> = Ok(10);
|
//! let good_result: Result<int, int> = Ok(10);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue