mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 12:43:16 +00:00
chore: fix typo (#513)
This commit is contained in:
parent
3797863e14
commit
80a929ccc6
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ bitflags! {
|
|||
|
||||
/// Base requirements for a Widget
|
||||
pub trait Widget {
|
||||
/// Draws the current state of the widget in the given buffer. That the only method required to
|
||||
/// implement a custom widget.
|
||||
/// Draws the current state of the widget in the given buffer. That is the only method required
|
||||
/// to implement a custom widget.
|
||||
fn render(self, area: Rect, buf: &mut Buffer);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue