docs(terminal): fix doc comment (#452)

This commit is contained in:
a-kenji 2023-08-30 12:01:28 +02:00 committed by GitHub
parent 28c61571e8
commit 28e7fd4bc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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