Fix Documentation Typo in libstd
This commit is contained in:
parent
e178ebf681
commit
2cf68ba101
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
//! passing. [`sync`](sync/index.html) contains further, primitive, shared
|
//! passing. [`sync`](sync/index.html) contains further, primitive, shared
|
||||||
//! memory types, including [`atomics`](sync/atomics/index.html).
|
//! 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.
|
//! 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
|
//! Rust's I/O and concurrency depends on a small runtime interface
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue