Skip to content

Commit

Permalink
Fix sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalica committed Oct 16, 2019
1 parent f7804ef commit c3bbdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1091,8 +1091,8 @@ impl Metadata {
/// Returns the creation time listed in this metadata.
///
/// The returned value corresponds to the `btime` field of `statx` on
/// Linux not prior to 4.11, the `birthtime` field of `stat` on other
/// Unix platforms and the `ftCreationTime` field on Windows platforms.
/// Linux kernel starting from to 4.11, the `birthtime` field of `stat` on other
/// Unix platforms, and the `ftCreationTime` field on Windows platforms.
///
/// # Errors
///
Expand Down

0 comments on commit c3bbdc5

Please sign in to comment.