doc: fix io::Write::write typo
This commit is contained in:
parent
ba0e1cd814
commit
1bb16fcd5f
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ pub trait Write {
|
|||
/// any wrapped object.
|
||||
///
|
||||
/// Calls to `write` are not guaranteed to block waiting for data to be
|
||||
/// written, and a write which would otherwise block can indicated through
|
||||
/// written, and a write which would otherwise block can be indicated through
|
||||
/// an `Err` variant.
|
||||
///
|
||||
/// If the return value is `Ok(n)` then it must be guaranteed that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue