We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99d9be9 + b5ea8c0 commit 073351cCopy full SHA for 073351c
src/libstd/sys/unix/ext/io.rs
@@ -43,7 +43,7 @@ pub trait AsRawFd {
43
/// descriptor.
44
#[stable(feature = "from_raw_os", since = "1.1.0")]
45
pub trait FromRawFd {
46
- /// Constructs a new instances of `Self` from the given raw file
+ /// Constructs a new instance of `Self` from the given raw file
47
48
///
49
/// This function **consumes ownership** of the specified file
0 commit comments