Skip to content

Commit ce357c8

Browse files
capitalize
1 parent 277196d commit ce357c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/exec/src/event_processor_with_human_output.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ impl EventProcessor for EventProcessorWithHumanOutput {
541541
let UpdatePlanArgs { explanation, plan } = plan_update_event;
542542

543543
// Header
544-
ts_println!(self, "{}", "plan update".style(self.magenta));
544+
ts_println!(self, "{}", "Plan update".style(self.magenta));
545545

546546
// Optional explanation
547547
if let Some(explanation) = explanation

0 commit comments

Comments
 (0)