diff options
Diffstat (limited to 'library/std/src/os/fd/owned.rs')
| -rw-r--r-- | library/std/src/os/fd/owned.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/fd/owned.rs b/library/std/src/os/fd/owned.rs index 7861f1a3dfa..81106d6c62c 100644 --- a/library/std/src/os/fd/owned.rs +++ b/library/std/src/os/fd/owned.rs @@ -43,7 +43,7 @@ pub struct BorrowedFd<'fd> { /// An owned file descriptor. /// -/// This closes the file descriptor on drop. It is guarantees that nobody else will close the file +/// This closes the file descriptor on drop. It is guaranteed that nobody else will close the file /// descriptor. /// /// This uses `repr(transparent)` and has the representation of a host file |
