Skip to content

Commit

Permalink
Fix typo in file descriptor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Jul 6, 2022
1 parent 5b8cf49 commit 75967cd
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 75967cd

Please sign in to comment.