Skip to content

Commit 451c8cd

Browse files
committed
Remove one stray space.
1 parent 3408dc1 commit 451c8cd

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/os/unix

1 file changed

+1
-1
lines changed

library/std/src/os/unix/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ impl DirBuilderExt for fs::DirBuilder {
985985
/// Changing the owner typically requires privileges, such as root or a specific capability.
986986
/// Changing the group typically requires either being the owner and a member of the group, or
987987
/// having privileges.
988-
///
988+
///
989989
/// Be aware that changing owner clears the `suid` and `sgid` permission bits in most cases
990990
/// according to POSIX, usually even if the user is root. The sgid is not cleared when
991991
/// the file is non-group-executable. See: <https://www.man7.org/linux/man-pages/man2/chown.2.html>

0 commit comments

Comments
 (0)