about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-05-25 05:19:11 +0000
committerbors <bors@rust-lang.org>2015-05-25 05:19:11 +0000
commit2bc0bf2586952350128b5abf94ae52a80c61efb2 (patch)
tree4a485eda935535a9faf03bca1abab9709009fa4b /src/libstd
parente9005fb43e57cdd619dc8b0030a81e3a3d76262b (diff)
parent1bb16fcd5fd7fb7df11ea8b2fc5ff324f6e51762 (diff)
downloadrust-2bc0bf2586952350128b5abf94ae52a80c61efb2.tar.gz
rust-2bc0bf2586952350128b5abf94ae52a80c61efb2.zip
Auto merge of #25764 - tshepang:typo, r=steveklabnik
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/io/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs
index 72a3a75d422..c9da279810b 100644
--- a/src/libstd/io/mod.rs
+++ b/src/libstd/io/mod.rs
@@ -307,7 +307,7 @@ pub trait Write {
     /// any wrapped object.
     ///
     /// Calls to `write` are not guaranteed to block waiting for data to be
-    /// written, and a write which would otherwise block can indicated through
+    /// written, and a write which would otherwise block can be indicated through
     /// an `Err` variant.
     ///
     /// If the return value is `Ok(n)` then it must be guaranteed that