Skip to content

Commit

Permalink
chore: slight re-wording of unconstrained's module docs (#4928)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintfred committed Aug 21, 2022
1 parent b67b8c1 commit f5c1ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/task/mod.rs
Expand Up @@ -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:
//!
Expand Down

0 comments on commit f5c1ff7

Please sign in to comment.