X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2Fsrc%2Fos%2Ffd%2Fraw.rs;h=ff4e25b792ad03529825bb1186ff319b833e97f0;hb=48cf43b752282d512be1a1cb664166698b5d63a8;hp=345beb1824dfafdb1e209c64d6eb4f42c1cd65a2;hpb=4008dd8c6d92a0b81528fd138c6130d784e5958e;p=rust.git diff --git a/library/std/src/os/fd/raw.rs b/library/std/src/os/fd/raw.rs index 345beb1824d..ff4e25b792a 100644 --- a/library/std/src/os/fd/raw.rs +++ b/library/std/src/os/fd/raw.rs @@ -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 ///