Skip to content

Commit 3d870e0

Browse files
fix documentation typo for effective gid
1 parent a04fe59 commit 3d870e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unistd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ impl Gid {
8888
getgid()
8989
}
9090

91-
/// Returns effective Gid of calling process. This is practically a more Rusty alias for `getgid`.
91+
/// Returns effective Gid of calling process. This is practically a more Rusty alias for `getegid`.
9292
pub fn effective() -> Self {
9393
getegid()
9494
}

0 commit comments

Comments
 (0)