mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-21 20:23:11 +00:00
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:
parent
c23872a54d
commit
0a8f2f26d9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue