diff options
| author | bors <bors@rust-lang.org> | 2014-07-13 08:16:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-07-13 08:16:26 +0000 |
| commit | 55cf6d723c40bf720d7d9f9ed3a5833caa8faf1a (patch) | |
| tree | 136f14f4718bdc900bc1c47cdb28e09ed96a69dc /src/libstd | |
| parent | 88231a9b70574990363262e6be8451df8782e4ca (diff) | |
| parent | 2cf68ba10106a73b52b3cc7893c0a0a08e8a2018 (diff) | |
| download | rust-55cf6d723c40bf720d7d9f9ed3a5833caa8faf1a.tar.gz rust-55cf6d723c40bf720d7d9f9ed3a5833caa8faf1a.zip | |
auto merge of #15639 : supr/rust/master, r=sfackler
* Fixes a typo in the libstd documentation, referring UPD instead of UDP
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 4b4ec367826..1e1522a2bcc 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -78,7 +78,7 @@ //! passing. [`sync`](sync/index.html) contains further, primitive, shared //! memory types, including [`atomics`](sync/atomics/index.html). //! -//! 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, //! timers, and process spawning, are defined in the [`io`](io/index.html) module. //! //! Rust's I/O and concurrency depends on a small runtime interface |
