mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
rt: correct tick to tick_op in set_readiness internal docs (#8322)
This commit is contained in:
@@ -200,7 +200,7 @@ impl ScheduledIo {
|
||||
/// the current value, returning the previous readiness value.
|
||||
///
|
||||
/// # Arguments
|
||||
/// - `tick`: whether setting the tick or trying to clear readiness for a
|
||||
/// - `tick_op`: whether setting the tick or trying to clear readiness for a
|
||||
/// specific tick.
|
||||
/// - `f`: a closure returning a new readiness value given the previous
|
||||
/// readiness.
|
||||
|
||||
Reference in New Issue
Block a user