From 58ce6bcfb5ea7ebc420bd1d240ee37e66739cb6b Mon Sep 17 00:00:00 2001 From: kevin zhao Date: Mon, 17 Nov 2025 13:22:02 -0800 Subject: [PATCH] fix comment --- codex-rs/tui/src/app_event.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/tui/src/app_event.rs b/codex-rs/tui/src/app_event.rs index 98a18cb30c..0c3033c5c9 100644 --- a/codex-rs/tui/src/app_event.rs +++ b/codex-rs/tui/src/app_event.rs @@ -42,7 +42,7 @@ pub(crate) enum AppEvent { matches: Vec, }, - /// Result of refreshing rate limits (e.g., after `/status`). + /// Result of refreshing rate limits RateLimitSnapshotFetched(RateLimitSnapshot), /// Result of computing a `/diff` command.