Skip to content

Commit

Permalink
docs(table): Fix typo in docs for highlight_symbol (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed May 13, 2024
1 parent f945a0b commit 839cca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/table/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ pub struct Table<'a> {
/// Style used to render the selected row
highlight_style: Style,

/// Symbol in front of the selected rom
/// Symbol in front of the selected row
highlight_symbol: Text<'a>,

/// Decides when to allocate spacing for the row selection
Expand Down

0 comments on commit 839cca2

Please sign in to comment.