Skip to content

Commit

Permalink
Put reference to write_vectored in quotes in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Apr 6, 2020
1 parent 63118d1 commit 5d09f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d09f9f

Please sign in to comment.