Skip to content

Commit

Permalink
docs: Fix Terminal docstring (ratatui-org#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak authored and test committed Oct 6, 2023
1 parent d7a9d68 commit 575e2b5
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 @@ -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.
Expand Down

0 comments on commit 575e2b5

Please sign in to comment.