sync: fixed a small typo in sync docs (#2262)

Signed-off-by: Matt Butcher <[email protected]>
This commit is contained in:
Matt Butcher
2020-02-20 11:38:28 -05:00
committed by GitHub
parent 0605abacfc
commit 7b8ce356c3
+1 -1
View File
@@ -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.