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 @@ -350,7 +350,7 @@ impl<R: Seek> Seek for BufReader<R> {
350
350
///
351
351
/// It can be excessively inefficient to work directly with something that
352
352
/// implements [`Write`]. For example, every call to
353
- /// [`write`][`Tcpstream ::write`] on [`TcpStream`] results in a system call. A
353
+ /// [`write`][`TcpStream ::write`] on [`TcpStream`] results in a system call. A
354
354
/// `BufWriter` keeps an in-memory buffer of data and writes it to an underlying
355
355
/// writer in large, infrequent batches.
356
356
///
@@ -401,7 +401,7 @@ impl<R: Seek> Seek for BufReader<R> {
401
401
/// the `stream` is dropped.
402
402
///
403
403
/// [`Write`]: ../../std/io/trait.Write.html
404
- /// [`Tcpstream ::write`]: ../../std/net/struct.TcpStream.html#method.write
404
+ /// [`TcpStream ::write`]: ../../std/net/struct.TcpStream.html#method.write
405
405
/// [`TcpStream`]: ../../std/net/struct.TcpStream.html
406
406
/// [`flush`]: #method.flush
407
407
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments