Skip to content

Commit

Permalink
updated description of File struct in std::fs
Browse files Browse the repository at this point in the history
  • Loading branch information
BartMassey committed Sep 3, 2022
1 parent ae0030b commit 3afbc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use crate::sys::fs as fs_imp;
use crate::sys_common::{AsInner, AsInnerMut, FromInner, IntoInner};
use crate::time::SystemTime;

/// A reference to an open file on the filesystem.
/// An object providing access to an open file on the filesystem.
///
/// An instance of a `File` can be read and/or written depending on what options
/// it was opened with. Files also implement [`Seek`] to alter the logical cursor
Expand Down

0 comments on commit 3afbc11

Please sign in to comment.