Rollup merge of #149779 - tbu-:pr_an_false, r=joboet

Fix typo "an" → "and"
This commit is contained in:
Matthias Krüger 2025-12-09 06:17:27 +01:00 committed by GitHub
commit 2fffbb5f0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1324,7 +1324,7 @@ impl Read for &File {
///
/// # Platform-specific behavior
///
/// This function currently returns `true` on Unix an `false` on Windows.
/// This function currently returns `true` on Unix and `false` on Windows.
/// Note that this [may change in the future][changes].
///
/// [changes]: io#platform-specific-behavior
@ -1385,7 +1385,7 @@ impl Write for &File {
///
/// # Platform-specific behavior
///
/// This function currently returns `true` on Unix an `false` on Windows.
/// This function currently returns `true` on Unix and `false` on Windows.
/// Note that this [may change in the future][changes].
///
/// [changes]: io#platform-specific-behavior