Skip to content

Commit b637a86

Browse files
Fix typo in Result documentation
1 parent 2274996 commit b637a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/result.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
//!
5858
//! Pattern matching on `Result`s is clear and straightforward for
5959
//! simple cases, but `Result` comes with some convenience methods
60-
//! that make working it more succinct.
60+
//! that make working with it more succinct.
6161
//!
6262
//! ```
6363
//! let good_result: Result<int, int> = Ok(10);

0 commit comments

Comments
 (0)