diff --git a/src/libcore/result.rs b/src/libcore/result.rs index f7421203336c..373291b031e8 100644 --- a/src/libcore/result.rs +++ b/src/libcore/result.rs @@ -119,7 +119,7 @@ //! drop(file); //! ``` //! -//! If you *do* write that in Rust, the compiler will by give you a +//! If you *do* write that in Rust, the compiler will give you a //! warning (by default, controlled by the `unused_must_use` lint). //! //! You might instead, if you don't want to handle the error, simply