Skip to content

Commit b62e4a1

Browse files
committed
update desc
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent a1cd76e commit b62e4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/write/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ extension_trait! {
204204
Writes a formatted string into this writer, returning any error encountered.
205205
206206
This method will continuously call [`write`] until there is no more data to be
207-
written or an error is returned. This method will not return until the entire
207+
written or an error is returned. This future will not resolve until the entire
208208
buffer has been successfully written or such an error occurs.
209209
210210
[`write`]: #tymethod.write

0 commit comments

Comments
 (0)