mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
Fix typo in sync documentation (#1942)
This commit is contained in:
committed by
Ivan Petkov
parent
69885e214c
commit
74d33a1b2f
@@ -5,7 +5,7 @@
|
|||||||
//! This module is enabled with the **`sync`** feature flag.
|
//! This module is enabled with the **`sync`** feature flag.
|
||||||
//!
|
//!
|
||||||
//! Tasks sometimes need to communicate with each other. This module contains
|
//! Tasks sometimes need to communicate with each other. This module contains
|
||||||
//! two basic abstractions for doing so:
|
//! basic abstractions for doing so:
|
||||||
//!
|
//!
|
||||||
//! - [oneshot](oneshot/index.html), a way of sending a single value
|
//! - [oneshot](oneshot/index.html), a way of sending a single value
|
||||||
//! from one task to another.
|
//! from one task to another.
|
||||||
|
|||||||
Reference in New Issue
Block a user