There was an error while loading. Please reload this page.
1 parent 2274996 commit b637a86Copy full SHA for b637a86
src/libcore/result.rs
@@ -57,7 +57,7 @@
57
//!
58
//! Pattern matching on `Result`s is clear and straightforward for
59
//! simple cases, but `Result` comes with some convenience methods
60
-//! that make working it more succinct.
+//! that make working with it more succinct.
61
62
//! ```
63
//! let good_result: Result<int, int> = Ok(10);
0 commit comments