mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 21:41:49 +00:00
docs(table): Fix typo in docs for highlight_symbol (#1108)
This commit is contained in:
parent
f945a0bcff
commit
839cca20bf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user