Skip to content

Commit 5c5929b

Browse files
committed
s/Example/Examples
1 parent 2f20183 commit 5c5929b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/unistd.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2253,7 +2253,7 @@ impl Group {
22532253
/// should be more than adequate. Only use the buffer size variants if you receive an ERANGE error
22542254
/// without them, or you know that you will be likely to.
22552255
///
2256-
/// # Example
2256+
/// # Examples
22572257
///
22582258
/// ```
22592259
/// use nix::unistd::{User, UserQuery, Queryable};
@@ -2283,7 +2283,7 @@ pub enum UserQuery {
22832283
/// should be more than adequate. Only use the buffer size variants if you receive an ERANGE error
22842284
/// without them, or you know that you will be likely to.
22852285
///
2286-
/// # Example
2286+
/// # Examples
22872287
///
22882288
/// ```ignore
22892289
/// use nix::unistd::{Group, GroupQuery};
@@ -2430,7 +2430,7 @@ mod usergroupiter {
24302430

24312431
/// Used to get all of the users on the system.
24322432
///
2433-
/// # Example
2433+
/// # Examples
24342434
///
24352435
/// ```
24362436
/// use nix::unistd::Users;
@@ -2496,7 +2496,7 @@ mod usergroupiter {
24962496

24972497
/// Used to get all of the groups on the system.
24982498
///
2499-
/// # Example
2499+
/// # Examples
25002500
///
25012501
/// ```
25022502
/// use nix::unistd::Groups;

0 commit comments

Comments
 (0)