diff --git a/src/backend/crossterm.rs b/src/backend/crossterm.rs index fbc56996..009bc37b 100644 --- a/src/backend/crossterm.rs +++ b/src/backend/crossterm.rs @@ -203,7 +203,7 @@ impl CrosstermBackend { Ok(self) } - /// Enables raw mode for the terminal and switches to the alternate screen. + /// Switches to the alternate screen. /// /// Returns an [`io::Result`] containing self so that it can be chained with other methods. ///