Skip to content

Commit 4328714

Browse files
Rollup merge of rust-lang#98971 - MinnDevelopment:patch-1, r=Dylan-DPC
Fix typo in file descriptor docs
2 parents bd652ed + 3da311a commit 4328714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/os/fd/raw.rs

+1-1
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)