fix(docs): typo in BufWriter documentation
This commit is contained in:
parent
69e68cf550
commit
a4ba179bdd
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ use crate::io::{
|
|||
/// *repeated* write calls to the same file or network socket. It does not
|
||||
/// help when writing very large amounts at once, or writing just one or a few
|
||||
/// times. It also provides no advantage when writing to a destination that is
|
||||
/// in memory, like a [`Vec`]<u8>`.
|
||||
/// in memory, like a [`Vec`]`<u8>`.
|
||||
///
|
||||
/// It is critical to call [`flush`] before `BufWriter<W>` is dropped. Though
|
||||
/// dropping will attempt to flush the contents of the buffer, any errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue