Fix typo in sync documentation (#1942)

This commit is contained in:
Vlad-Shcherbina
2019-12-14 10:17:36 -08:00
committed by Ivan Petkov
parent 69885e214c
commit 74d33a1b2f
+1 -1
View File
@@ -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.