Fix typo in file descriptor docs

This commit is contained in:
Florian Spieß 2022-07-06 11:57:58 +02:00 committed by GitHub
parent 5b8cf49c51
commit 75967cdad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
///