From 1bb16fcd5fd7fb7df11ea8b2fc5ff324f6e51762 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 25 May 2015 01:53:44 +0200 Subject: [PATCH] doc: fix io::Write::write typo --- src/libstd/io/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index 72a3a75d42241..c9da279810bba 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