Skip to content

Commit 5d09f9f

Browse files
committed
Put reference to write_vectored in quotes in doc
1 parent 63118d1 commit 5d09f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libstd/io/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ pub trait Write {
13991399
/// modify the slice to keep track of the bytes already written.
14001400
///
14011401
/// 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
1402+
/// this depends on how many calls to `write_vectored` were necessary. It is
14031403
/// best to understand this function as taking ownership of `bufs` and to
14041404
/// not use `bufs` afterwards. The underlying buffers, to which the
14051405
/// `IoSlice`s point (but not the `IoSlice`s themselves), are unchanged and

0 commit comments

Comments
 (0)