Skip to content

Commit 6308e76

Browse files
Update library/std/src/fs.rs
Co-authored-by: Josh Triplett <[email protected]>
1 parent 3d40fa6 commit 6308e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/fs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ pub fn write<P: AsRef<Path>, C: AsRef<[u8]>>(path: P, contents: C) -> io::Result
395395
///
396396
/// # Platform-specific behavior
397397
///
398-
/// This function currently corresponds to the `utimensat` function on Unix platforms
399-
/// and the `SetFileTime` function on Windows.
398+
/// This function currently corresponds to the `utimensat` function on Unix platforms, the
399+
/// `setattrlist` function on Apple platforms, and the `SetFileTime` function on Windows.
400400
///
401401
/// # Errors
402402
///

0 commit comments

Comments
 (0)