docs: Fix Terminal docstring (#546)

This commit is contained in:
Dheepak Krishnamurthy
2023-09-28 21:42:31 -04:00
committed by GitHub
parent 11076d0af3
commit 8ae4403b63

View File

@@ -81,7 +81,7 @@ pub struct TerminalOptions {
pub viewport: Viewport,
}
/// An interface that Ratatui to interact and draw [`Frame`]s on the user's terminal.
/// An interface to interact and draw [`Frame`]s on the user's terminal.
///
/// This is the main entry point for Ratatui. It is responsible for drawing and maintaining the
/// state of the buffers, cursor and viewport.