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

This commit is contained in:
Bryan Baron
2023-12-11 17:50:24 +01:00
committed by GitHub
parent 92a3455c66
commit c06a55088b
+1 -1
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:
//!