From e67d3c64e0192ac5a31ecb34cfb8a55c53ba7bdc Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 25 Dec 2023 15:19:29 +0100 Subject: [PATCH] docs(table): fix typo (#707) --- src/widgets/table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/table.rs b/src/widgets/table.rs index 0d98f5c8..426dbb6c 100644 --- a/src/widgets/table.rs +++ b/src/widgets/table.rs @@ -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`].