Skip to content

Commit b5ea8c0

Browse files
Fix small typo
1 parent 2cdbd5e commit b5ea8c0

File tree

1 file changed

+1
-1
lines changed
  • src/libstd/sys/unix/ext

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/ext/io.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub trait AsRawFd {
4343
/// descriptor.
4444
#[stable(feature = "from_raw_os", since = "1.1.0")]
4545
pub trait FromRawFd {
46-
/// Constructs a new instances of `Self` from the given raw file
46+
/// Constructs a new instance of `Self` from the given raw file
4747
/// descriptor.
4848
///
4949
/// This function **consumes ownership** of the specified file

0 commit comments

Comments
 (0)