diff --git a/crates/terminal/src/terminal.rs b/crates/terminal/src/terminal.rs index 54bbdc8f0cc21bee843f5b63a54e9cad177090b2..0d2a811ccdadf39f5bee33c10e4023b4b8ccd7b9 100644 --- a/crates/terminal/src/terminal.rs +++ b/crates/terminal/src/terminal.rs @@ -1497,7 +1497,7 @@ fn task_summary(task: &TaskState, error_code: Option) -> (String, String) { /// * ignores `\n` and \r` character input, requiring the `newline` call instead /// /// * does not alter grid state after `newline` call -/// so its `bottommost_line` is always the the same additions, and +/// so its `bottommost_line` is always the same additions, and /// the cursor's `point` is not updated to the new line and column values /// /// * ??? there could be more consequences, and any further "proper" streaming from the PTY might bug and/or panic.