mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +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.
|
||||
//!
|
||||
//! 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
|
||||
//! from one task to another.
|
||||
|
||||
Reference in New Issue
Block a user