Skip to content

Commit

Permalink
Rollup merge of #98971 - MinnDevelopment:patch-1, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Fix typo in file descriptor docs
  • Loading branch information
GuillaumeGomez authored Jul 6, 2022
2 parents 2684297 + da2ee06 commit a75900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/os/fd/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub trait FromRawFd {
///
/// # Safety
///
/// The `fd` passed in must be a valid an open file descriptor.
/// The `fd` passed in must be a valid and open file descriptor.
///
/// # Example
///
Expand Down

0 comments on commit a75900d

Please sign in to comment.