chore: slight re-wording of unconstrained's module docs (#4928)

This commit is contained in:
Clint Frederickson
2022-08-21 14:15:18 -05:00
committed by GitHub
parent b67b8c1398
commit f5c1ff7599
+1 -1
View File
@@ -243,7 +243,7 @@
//!
//! #### unconstrained
//!
//! If necessary, [`task::unconstrained`] lets you opt out a future of Tokio's cooperative
//! If necessary, [`task::unconstrained`] lets you opt a future out of of Tokio's cooperative
//! scheduling. When a future is wrapped with `unconstrained`, it will never be forced to yield to
//! Tokio. For example:
//!