docs(table): fix typo (#707)

This commit is contained in:
a-kenji 2023-12-25 15:19:29 +01:00 committed by GitHub
parent 4f2db82a77
commit e67d3c64e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`].