We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88231a9 + 2cf68ba commit 55cf6d7Copy full SHA for 55cf6d7
src/libstd/lib.rs
@@ -78,7 +78,7 @@
78
//! passing. [`sync`](sync/index.html) contains further, primitive, shared
79
//! memory types, including [`atomics`](sync/atomics/index.html).
80
//!
81
-//! Common types of I/O, including files, TCP, UPD, pipes, Unix domain sockets,
+//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets,
82
//! timers, and process spawning, are defined in the [`io`](io/index.html) module.
83
84
//! Rust's I/O and concurrency depends on a small runtime interface
0 commit comments