Skip to content

Commit 064c21e

Browse files
committed
Fix a typo in std::result documentation
1 parent f1241f1 commit 064c21e

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
@@ -119,7 +119,7 @@
119119
//! drop(file);
120120
//! ```
121121
//!
122-
//! If you *do* write that in Rust, the compiler will by give you a
122+
//! If you *do* write that in Rust, the compiler will give you a
123123
//! warning (by default, controlled by the `unused_must_use` lint).
124124
//!
125125
//! You might instead, if you don't want to handle the error, simply

0 commit comments

Comments
 (0)