Skip to content

Commit

Permalink
docs(terminal): fix doc comment (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji authored Aug 30, 2023
1 parent 28c6157 commit 28e7fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28e7fd4

Please sign in to comment.