Skip to content

Commit a75900d

Browse files
Rollup merge of #98971 - MinnDevelopment:patch-1, r=Dylan-DPC
Fix typo in file descriptor docs
2 parents 2684297 + da2ee06 commit a75900d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/os/fd/raw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub trait FromRawFd {
7373
///
7474
/// # Safety
7575
///
76-
/// The `fd` passed in must be a valid an open file descriptor.
76+
/// The `fd` passed in must be a valid and open file descriptor.
7777
///
7878
/// # Example
7979
///

0 commit comments

Comments
 (0)