We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73476d4 commit a241ffcCopy full SHA for a241ffc
library/std/src/fs.rs
@@ -97,7 +97,7 @@ use crate::time::SystemTime;
97
/// have been opened for asynchronous I/O (e.g. by using `FILE_FLAG_OVERLAPPED`).
98
///
99
/// [`BufReader`]: io::BufReader
100
-/// [`BufWriter`]: io::BufReader
+/// [`BufWriter`]: io::BufWriter
101
/// [`sync_all`]: File::sync_all
102
/// [`write`]: File::write
103
/// [`read`]: File::read
0 commit comments