We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339a938 commit 3a40cbbCopy full SHA for 3a40cbb
src/libstd/io/mod.rs
@@ -570,8 +570,9 @@ pub trait Read {
570
/// Like `read`, except that it reads into a slice of buffers.
571
///
572
/// Data is copied to fill each buffer in order, with the final buffer
573
- /// written to possibly being only partially filled. This method must behave
574
- /// as a single call to `read` with the buffers concatenated would.
+ /// written to possibly being only partially filled. This method must
+ /// behave equivalently to a single call to `read` with concatenated
575
+ /// buffers.
576
577
/// The default implementation calls `read` with either the first nonempty
578
/// buffer provided, or an empty one if none exists.
0 commit comments