mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-26 14:40:30 +00:00
docs(table): fix typo (#707)
This commit is contained in:
parent
4f2db82a77
commit
e67d3c64e0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ use crate::{
|
|||
///
|
||||
/// # Setter methods
|
||||
///
|
||||
/// These methods a fluent setters. They return a new `Table` with the specified property set.
|
||||
/// These methods are fluent setters. They return a new `Table` with the specified property set.
|
||||
///
|
||||
/// - [`Table::rows`] sets the rows of the [`Table`].
|
||||
/// - [`Table::header`] sets the header row of the [`Table`].
|
||||
|
|
Loading…
Reference in a new issue