File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ impl<R: Seek> Seek for BufReader<R> {
354
354
///
355
355
/// It can be excessively inefficient to work directly with something that
356
356
/// implements [`Write`]. For example, every call to
357
- /// [`write`][`Tcpstream ::write`] on [`TcpStream`] results in a system call. A
357
+ /// [`write`][`TcpStream ::write`] on [`TcpStream`] results in a system call. A
358
358
/// `BufWriter` keeps an in-memory buffer of data and writes it to an underlying
359
359
/// writer in large, infrequent batches.
360
360
///
@@ -405,7 +405,7 @@ impl<R: Seek> Seek for BufReader<R> {
405
405
/// the `stream` is dropped.
406
406
///
407
407
/// [`Write`]: ../../std/io/trait.Write.html
408
- /// [`Tcpstream ::write`]: ../../std/net/struct.TcpStream.html#method.write
408
+ /// [`TcpStream ::write`]: ../../std/net/struct.TcpStream.html#method.write
409
409
/// [`TcpStream`]: ../../std/net/struct.TcpStream.html
410
410
/// [`flush`]: #method.flush
411
411
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments