docs: fix typo in Table widget description (#797)

This commit is contained in:
Christian Stefanescu 2024-01-12 21:11:56 +01:00 committed by GitHub
parent 50b81c9d4e
commit 43b2b57191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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