Skip to content

Commit c3bbdc5

Browse files
committed
Fix sentences
1 parent f7804ef commit c3bbdc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/fs.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1091,8 +1091,8 @@ impl Metadata {
10911091
/// Returns the creation time listed in this metadata.
10921092
///
10931093
/// The returned value corresponds to the `btime` field of `statx` on
1094-
/// Linux not prior to 4.11, the `birthtime` field of `stat` on other
1095-
/// Unix platforms and the `ftCreationTime` field on Windows platforms.
1094+
/// Linux kernel starting from to 4.11, the `birthtime` field of `stat` on other
1095+
/// Unix platforms, and the `ftCreationTime` field on Windows platforms.
10961096
///
10971097
/// # Errors
10981098
///

0 commit comments

Comments
 (0)