forked from mirror/async-std
update desc
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
a1cd76e244
commit
b62e4a1e48
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ extension_trait! {
|
||||||
Writes a formatted string into this writer, returning any error encountered.
|
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
|
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.
|
buffer has been successfully written or such an error occurs.
|
||||||
|
|
||||||
[`write`]: #tymethod.write
|
[`write`]: #tymethod.write
|
||||||
|
|
Loading…
Reference in a new issue