doc: fix typo

This commit is contained in:
Tshepang Lekhonkhobe 2015-12-30 19:31:28 +02:00
parent a06bb977d8
commit 7097baf6ad

View File

@ -33,7 +33,7 @@ pub trait AsRawFd {
/// Extracts the raw file descriptor.
///
/// This method does **not** pass ownership of the raw file descriptor
/// to the caller. The descriptor is only guarantee to be valid while
/// to the caller. The descriptor is only guaranteed to be valid while
/// the original object has not yet been destroyed.
#[stable(feature = "rust1", since = "1.0.0")]
fn as_raw_fd(&self) -> RawFd;