From b62e4a1e48cd9c58a09f7455e895fb234b0de2c6 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Sun, 13 Oct 2019 02:39:14 +0200 Subject: [PATCH] update desc Signed-off-by: Yoshua Wuyts --- src/io/write/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/write/mod.rs b/src/io/write/mod.rs index bb03d90..7914ccc 100644 --- a/src/io/write/mod.rs +++ b/src/io/write/mod.rs @@ -204,7 +204,7 @@ extension_trait! { Writes a formatted string into this writer, returning any error encountered. This method will continuously call [`write`] until there is no more data to be - written or an error is returned. This method will not return until the entire + written or an error is returned. This future will not resolve until the entire buffer has been successfully written or such an error occurs. [`write`]: #tymethod.write