update desc

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
Yoshua Wuyts 2019-10-13 02:39:14 +02:00
parent a1cd76e244
commit b62e4a1e48
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

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