about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authording-young <lsyhime@snu.ac.kr>2024-03-26 18:04:19 +0900
committerding-young <lsyhime@snu.ac.kr>2024-03-26 18:04:19 +0900
commita241ffc6b6f89ca9691b39662624dd3b7c08a703 (patch)
tree3b23b866d4be864c981d4e702fdaa1c0a3d1c17a /library/std/src
parent73476d49904751f8d90ce904e16dfbc278083d2c (diff)
downloadrust-a241ffc6b6f89ca9691b39662624dd3b7c08a703.tar.gz
rust-a241ffc6b6f89ca9691b39662624dd3b7c08a703.zip
Fix link to BufWriter
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/fs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/fs.rs b/library/std/src/fs.rs
index 5d0de2d06a0..8b3a9e82aad 100644
--- a/library/std/src/fs.rs
+++ b/library/std/src/fs.rs
@@ -97,7 +97,7 @@ use crate::time::SystemTime;
 /// have been opened for asynchronous I/O (e.g. by using `FILE_FLAG_OVERLAPPED`).
 ///
 /// [`BufReader`]: io::BufReader
-/// [`BufWriter`]: io::BufReader
+/// [`BufWriter`]: io::BufWriter
 /// [`sync_all`]: File::sync_all
 /// [`write`]: File::write
 /// [`read`]: File::read