mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
runtime: fix typo in the task modules (#4306)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
//!
|
||||
//! The task uses a reference count to keep track of how many active references
|
||||
//! exist. The Unowned reference type takes up two ref-counts. All other
|
||||
//! reference types take pu a single ref-count.
|
||||
//! reference types take up a single ref-count.
|
||||
//!
|
||||
//! Besides the waker type, each task has at most one of each reference type.
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user