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.
dup
1 parent b06b216 commit 353527eCopy full SHA for 353527e
src/unistd.rs
@@ -417,7 +417,7 @@ feature! {
417
/// Create a copy of the specified file descriptor (see
418
/// [dup(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup.html)).
419
///
420
-/// 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
421
/// resource as the old file descriptor and the old and new file descriptors may
422
/// be used interchangeably. The new and old file descriptor share the same
423
/// underlying resource, offset, and file status flags. The actual index used
0 commit comments