Skip to content

Commit 2cf68ba

Browse files
committed
Fix Documentation Typo in libstd
1 parent e178ebf commit 2cf68ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
//! passing. [`sync`](sync/index.html) contains further, primitive, shared
7979
//! memory types, including [`atomics`](sync/atomics/index.html).
8080
//!
81-
//! Common types of I/O, including files, TCP, UPD, pipes, Unix domain sockets,
81+
//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets,
8282
//! timers, and process spawning, are defined in the [`io`](io/index.html) module.
8383
//!
8484
//! Rust's I/O and concurrency depends on a small runtime interface

0 commit comments

Comments
 (0)