We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0030b commit 3afbc11Copy full SHA for 3afbc11
library/std/src/fs.rs
@@ -19,7 +19,7 @@ use crate::sys::fs as fs_imp;
19
use crate::sys_common::{AsInner, AsInnerMut, FromInner, IntoInner};
20
use crate::time::SystemTime;
21
22
-/// A reference to an open file on the filesystem.
+/// An object providing access to an open file on the filesystem.
23
///
24
/// An instance of a `File` can be read and/or written depending on what options
25
/// it was opened with. Files also implement [`Seek`] to alter the logical cursor
0 commit comments