mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 15:25:54 +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
|
/// Style used to render the selected row
|
||||||
highlight_style: Style,
|
highlight_style: Style,
|
||||||
|
|
||||||
/// Symbol in front of the selected rom
|
/// Symbol in front of the selected row
|
||||||
highlight_symbol: Text<'a>,
|
highlight_symbol: Text<'a>,
|
||||||
|
|
||||||
/// Decides when to allocate spacing for the row selection
|
/// Decides when to allocate spacing for the row selection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user