From 353527e8dffdb791991aa8a6225daa095aba7698 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Tue, 11 Oct 2022 19:40:18 +0900 Subject: Remove unnecessary verb from doc comment of `dup` --- src/unistd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd.rs') diff --git a/src/unistd.rs b/src/unistd.rs index 5be59b6c..3b0df74f 100644 --- a/src/unistd.rs +++ b/src/unistd.rs @@ -417,7 +417,7 @@ feature! { /// Create a copy of the specified file descriptor (see /// [dup(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup.html)). /// -/// The new file descriptor will be have a new index but refer to the same +/// The new file descriptor will have a new index but refer to the same /// resource as the old file descriptor and the old and new file descriptors may /// be used interchangeably. The new and old file descriptor share the same /// underlying resource, offset, and file status flags. The actual index used -- cgit v1.2.3