We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77ec591 + 75967cd commit e8ba113Copy full SHA for e8ba113
library/std/src/os/fd/raw.rs
@@ -73,7 +73,7 @@ pub trait FromRawFd {
73
///
74
/// # Safety
75
76
- /// The `fd` passed in must be a valid an open file descriptor.
+ /// The `fd` passed in must be a valid and open file descriptor.
77
78
/// # Example
79
0 commit comments