diff options
| author | Prudhvi Krishna Surapaneni <me@prudhvi.net> | 2014-07-12 18:06:53 -0700 |
|---|---|---|
| committer | Prudhvi Krishna Surapaneni <me@prudhvi.net> | 2014-07-12 18:06:53 -0700 |
| commit | 2cf68ba10106a73b52b3cc7893c0a0a08e8a2018 (patch) | |
| tree | d237aed8f22119459dcc2520763baa0d9a83e8e5 /src/libstd/lib.rs | |
| parent | e178ebf681d532c1c965883ae34788713f748960 (diff) | |
| download | rust-2cf68ba10106a73b52b3cc7893c0a0a08e8a2018.tar.gz rust-2cf68ba10106a73b52b3cc7893c0a0a08e8a2018.zip | |
Fix Documentation Typo in libstd
Diffstat (limited to 'src/libstd/lib.rs')
| -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 |
