We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aee582 + 7097baf commit 3b6a851Copy full SHA for 3b6a851
src/libstd/sys/unix/ext/io.rs
@@ -33,7 +33,7 @@ pub trait AsRawFd {
33
/// Extracts the raw file descriptor.
34
///
35
/// This method does **not** pass ownership of the raw file descriptor
36
- /// to the caller. The descriptor is only guarantee to be valid while
+ /// to the caller. The descriptor is only guaranteed to be valid while
37
/// the original object has not yet been destroyed.
38
#[stable(feature = "rust1", since = "1.0.0")]
39
fn as_raw_fd(&self) -> RawFd;
0 commit comments