We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b92eec + 8291a22 commit 5304511Copy full SHA for 5304511
src/libstd/io/buffered.rs
@@ -400,7 +400,7 @@ impl<R: Seek> Seek for BufReader<R> {
400
/// in memory, like a `Vec<u8>`.
401
///
402
/// It is critical to call [`flush`] before `BufWriter<W>` is dropped. Though
403
-/// dropping will attempt to flush the the contents of the buffer, any errors
+/// dropping will attempt to flush the contents of the buffer, any errors
404
/// that happen in the process of dropping will be ignored. Calling [`flush`]
405
/// ensures that the buffer is empty and thus dropping will not even attempt
406
/// file operations.
0 commit comments