Fix small typo
This commit is contained in:
parent
2cdbd5eb42
commit
b5ea8c00a3
@ -43,7 +43,7 @@ pub trait AsRawFd {
|
|||||||
/// descriptor.
|
/// descriptor.
|
||||||
#[stable(feature = "from_raw_os", since = "1.1.0")]
|
#[stable(feature = "from_raw_os", since = "1.1.0")]
|
||||||
pub trait FromRawFd {
|
pub trait FromRawFd {
|
||||||
/// Constructs a new instances of `Self` from the given raw file
|
/// Constructs a new instance of `Self` from the given raw file
|
||||||
/// descriptor.
|
/// descriptor.
|
||||||
///
|
///
|
||||||
/// This function **consumes ownership** of the specified file
|
/// This function **consumes ownership** of the specified file
|
||||||
|
Loading…
Reference in New Issue
Block a user