We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7804ef commit c3bbdc5Copy full SHA for c3bbdc5
src/libstd/fs.rs
@@ -1091,8 +1091,8 @@ impl Metadata {
1091
/// Returns the creation time listed in this metadata.
1092
///
1093
/// 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.
+ /// Linux kernel starting from to 4.11, the `birthtime` field of `stat` on other
+ /// Unix platforms, and the `ftCreationTime` field on Windows platforms.
1096
1097
/// # Errors
1098
0 commit comments