Skip to content

Commit

Permalink
tabled/ Fix typo in Table::modify doc comment. (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Feb 17, 2024
1 parent 87959ae commit 4ab897e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabled/src/tables/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ impl Table {
self
}

/// It's a generic function which applies options to a particalar cells on the [`Table`].
/// It's a generic function which applies options to particular cells on the [`Table`].
/// Target cells using [`Object`]s such as [`Cell`], [`Rows`], [`Location`] and more.
///
/// It applies settings immediately.
Expand Down

0 comments on commit 4ab897e

Please sign in to comment.