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 77ec591 + 75967cd commit e8ba113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/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 e8ba113

Please sign in to comment.