Skip to content

Commit f41c295

Browse files
authored
Rollup merge of #102177 - inquisitivecrystal:std-doc-typo, r=Dylan-DPC
Fix a typo in `std`'s root docs Remarkably, this typo has been present for *seven years.* I was so surprised that I reread the text five times and then asked people on the rust Zulip to double-check. :)
2 parents d6b6543 + a0eb467 commit f41c295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@
145145
//! abstracting over differences in common platforms, most notably Windows and
146146
//! Unix derivatives.
147147
//!
148-
//! Common types of I/O, including [files], [TCP], [UDP], are defined in the
149-
//! [`io`], [`fs`], and [`net`] modules.
148+
//! Common types of I/O, including [files], [TCP], and [UDP], are defined in
149+
//! the [`io`], [`fs`], and [`net`] modules.
150150
//!
151151
//! The [`thread`] module contains Rust's threading abstractions. [`sync`]
152152
//! contains further primitive shared memory types, including [`atomic`] and

0 commit comments

Comments
 (0)