Fix a typo in std::result documentation

This commit is contained in:
Simonas Kazlauskas 2015-01-13 20:24:48 +02:00
parent f1241f14dc
commit 064c21efd2

View File

@ -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