mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 04:33:13 +00:00
docs(terminal): fix doc comment (#452)
This commit is contained in:
parent
28c61571e8
commit
28e7fd4bc5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ pub struct TerminalOptions {
|
|||
pub viewport: Viewport,
|
||||
}
|
||||
|
||||
/// Interface to the terminal backed by Termion
|
||||
/// Interface to the terminal backed by a [`Backend`].
|
||||
#[derive(Debug, Default, Clone, Eq, PartialEq, Hash)]
|
||||
pub struct Terminal<B>
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue