mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 12:43:16 +00:00
docs: fix typo in Table widget description (#797)
This commit is contained in:
parent
50b81c9d4e
commit
43b2b57191
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use crate::{
|
|||
///
|
||||
/// A `Table` is a collection of [`Row`]s, each composed of [`Cell`]s:
|
||||
///
|
||||
/// You can consutrct a [`Table`] using either [`Table::new`] or [`Table::default`] and then chain
|
||||
/// You can construct a [`Table`] using either [`Table::new`] or [`Table::default`] and then chain
|
||||
/// builder style methods to set the desired properties.
|
||||
///
|
||||
/// Make sure to call the [`Table::widths`] method, otherwise the columns will all have a width of 0
|
||||
|
|
Loading…
Reference in a new issue