We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cd76e commit b62e4a1Copy full SHA for b62e4a1
src/io/write/mod.rs
@@ -204,7 +204,7 @@ extension_trait! {
204
Writes a formatted string into this writer, returning any error encountered.
205
206
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
+ written or an error is returned. This future will not resolve until the entire
208
buffer has been successfully written or such an error occurs.
209
210
[`write`]: #tymethod.write
0 commit comments