]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/os/fd/raw.rs
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / library / std / src / os / fd / raw.rs
index 345beb1824dfafdb1e209c64d6eb4f42c1cd65a2..ff4e25b792ad03529825bb1186ff319b833e97f0 100644 (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
     ///