fix: docs

Co-authored-by: EdJoPaTo <rfc-conform-git-commit-email@funny-long-domain-label-everyone-hates-as-it-is-too-long.edjopato.de>
This commit is contained in:
Josh McKinney 2024-06-28 08:05:38 -07:00 committed by GitHub
parent c23872a54d
commit 0a8f2f26d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,7 +203,7 @@ impl<W: Write> CrosstermBackend<W> {
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.
///