about summary refs log tree commit diff
path: root/src/libstd/io
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-05-25 01:53:44 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-05-25 01:59:04 +0200
commit1bb16fcd5fd7fb7df11ea8b2fc5ff324f6e51762 (patch)
treeef84d9b839a196ab115de66f85857e5714148dd6 /src/libstd/io
parentba0e1cd8147d452c356aacb29fb87568ca26f111 (diff)
downloadrust-1bb16fcd5fd7fb7df11ea8b2fc5ff324f6e51762.tar.gz
rust-1bb16fcd5fd7fb7df11ea8b2fc5ff324f6e51762.zip
doc: fix io::Write::write typo
Diffstat (limited to 'src/libstd/io')
-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