mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-19 00:00:09 +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
|
||||
//!
|
||||
//! 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
|
||||
//! operate in a similar way as their `std` counterparts parts but will wait
|
||||
//! asynchronously instead of blocking the thread.
|
||||
|
||||
Reference in New Issue
Block a user