mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Put reference to write_vectored in quotes in doc
This commit is contained in:
parent
63118d1fd7
commit
5d09f9f051
@ -1399,7 +1399,7 @@ pub trait Write {
|
||||
/// modify the slice to keep track of the bytes already written.
|
||||
///
|
||||
/// Once this function returns, the contents of `bufs` are unspecified, as
|
||||
/// this depends on how many calls to write_vectored were necessary. It is
|
||||
/// this depends on how many calls to `write_vectored` were necessary. It is
|
||||
/// best to understand this function as taking ownership of `bufs` and to
|
||||
/// not use `bufs` afterwards. The underlying buffers, to which the
|
||||
/// `IoSlice`s point (but not the `IoSlice`s themselves), are unchanged and
|
||||
|
Loading…
Reference in New Issue
Block a user