From 43b2b57191ed9226c93cbef40b8e5b899ef81fdc Mon Sep 17 00:00:00 2001 From: Christian Stefanescu <217554+stchris@users.noreply.github.com> Date: Fri, 12 Jan 2024 21:11:56 +0100 Subject: [PATCH] docs: fix typo in Table widget description (#797) --- src/widgets/table/table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/table/table.rs b/src/widgets/table/table.rs index 1098c5e5..d560a67d 100644 --- a/src/widgets/table/table.rs +++ b/src/widgets/table/table.rs @@ -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