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

This commit is contained in:
Clint Frederickson 2022-08-21 13:15:18 -06:00 committed by GitHub
parent b67b8c1398
commit f5c1ff7599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:
//!