mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
sync: fixed a small typo in sync docs (#2262)
Signed-off-by: Matt Butcher <[email protected]>
This commit is contained in:
@@ -395,7 +395,7 @@
|
|||||||
//!
|
//!
|
||||||
//! # State synchronization
|
//! # State synchronization
|
||||||
//!
|
//!
|
||||||
//! The remainding synchronization primitives focus on synchronizing state.
|
//! The remaining synchronization primitives focus on synchronizing state.
|
||||||
//! These are asynchronous equivalents to versions provided by `std`. They
|
//! These are asynchronous equivalents to versions provided by `std`. They
|
||||||
//! operate in a similar way as their `std` counterparts parts but will wait
|
//! operate in a similar way as their `std` counterparts parts but will wait
|
||||||
//! asynchronously instead of blocking the thread.
|
//! asynchronously instead of blocking the thread.
|
||||||
|
|||||||
Reference in New Issue
Block a user