Skip to content

Commit 4d4bfef

Browse files
Merge #1843
1843: Fix typo: remove unnecessary verb from doc comment of `dup` r=rtzoeller a=magurotuna Extremely minor one, but I found it by chance so why not open a PR :) Co-authored-by: Yusuke Tanaka <yusuktan@maguro.dev>
2 parents b06b216 + 353527e commit 4d4bfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unistd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ feature! {
417417
/// Create a copy of the specified file descriptor (see
418418
/// [dup(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup.html)).
419419
///
420-
/// The new file descriptor will be have a new index but refer to the same
420+
/// The new file descriptor will have a new index but refer to the same
421421
/// resource as the old file descriptor and the old and new file descriptors may
422422
/// be used interchangeably. The new and old file descriptor share the same
423423
/// underlying resource, offset, and file status flags. The actual index used

0 commit comments

Comments
 (0)