Skip to content

Commit 55cf6d7

Browse files
committed
auto merge of #15639 : supr/rust/master, r=sfackler
* Fixes a typo in the libstd documentation, referring UPD instead of UDP
2 parents 88231a9 + 2cf68ba commit 55cf6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

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