We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63118d1 commit 5d09f9fCopy full SHA for 5d09f9f
src/libstd/io/mod.rs
@@ -1399,7 +1399,7 @@ pub trait Write {
1399
/// modify the slice to keep track of the bytes already written.
1400
///
1401
/// Once this function returns, the contents of `bufs` are unspecified, as
1402
- /// 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
1403
/// best to understand this function as taking ownership of `bufs` and to
1404
/// not use `bufs` afterwards. The underlying buffers, to which the
1405
/// `IoSlice`s point (but not the `IoSlice`s themselves), are unchanged and
0 commit comments