rt: correct tick to tick_op in set_readiness internal docs (#8322)

This commit is contained in:
K-tecchan
2026-07-27 08:11:09 +02:00
committed by GitHub
parent 6a058770e9
commit df28ffe61d
+1 -1
View File
@@ -200,7 +200,7 @@ impl ScheduledIo {
/// the current value, returning the previous readiness value. /// the current value, returning the previous readiness value.
/// ///
/// # Arguments /// # 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. /// specific tick.
/// - `f`: a closure returning a new readiness value given the previous /// - `f`: a closure returning a new readiness value given the previous
/// readiness. /// readiness.