Change wording on read_vectored docs
This commit is contained in:
parent
339a938fa6
commit
3a40cbb665
@ -570,8 +570,9 @@ pub trait Read {
|
|||||||
/// Like `read`, except that it reads into a slice of buffers.
|
/// Like `read`, except that it reads into a slice of buffers.
|
||||||
///
|
///
|
||||||
/// Data is copied to fill each buffer in order, with the final buffer
|
/// Data is copied to fill each buffer in order, with the final buffer
|
||||||
/// written to possibly being only partially filled. This method must behave
|
/// written to possibly being only partially filled. This method must
|
||||||
/// as a single call to `read` with the buffers concatenated would.
|
/// behave equivalently to a single call to `read` with concatenated
|
||||||
|
/// buffers.
|
||||||
///
|
///
|
||||||
/// The default implementation calls `read` with either the first nonempty
|
/// The default implementation calls `read` with either the first nonempty
|
||||||
/// buffer provided, or an empty one if none exists.
|
/// buffer provided, or an empty one if none exists.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user