coop: fix typo in docs for task::unconstrained (#6212)

This commit is contained in:
Bryan Baron 2023-12-11 11:50:24 -05:00 committed by GitHub
parent 92a3455c66
commit c06a55088b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,7 +283,7 @@
//!
//! #### unconstrained
//!
//! If necessary, [`task::unconstrained`] lets you opt a future out of of Tokio's cooperative
//! If necessary, [`task::unconstrained`] lets you opt a future out of Tokio's cooperative
//! scheduling. When a future is wrapped with `unconstrained`, it will never be forced to yield to
//! Tokio. For example:
//!