From df28ffe61dcf776de4be16e8a216831b24bbff3a Mon Sep 17 00:00:00 2001 From: K-tecchan <67850755+K-tecchan@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:11:09 +0900 Subject: [PATCH] rt: correct `tick` to `tick_op` in set_readiness internal docs (#8322) --- tokio/src/runtime/io/scheduled_io.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/src/runtime/io/scheduled_io.rs b/tokio/src/runtime/io/scheduled_io.rs index 713d74cbe..32312e464 100644 --- a/tokio/src/runtime/io/scheduled_io.rs +++ b/tokio/src/runtime/io/scheduled_io.rs @@ -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.