mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-28 23:50:44 +00:00
docs(table): fix incorrect backticks in TableState
docs (#1342)
This commit is contained in:
parent
aed60b9839
commit
9ed85fd1dd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
/// [`offset`]: TableState::offset()
|
/// [`offset`]: TableState::offset()
|
||||||
/// [`selected`]: TableState::selected()
|
/// [`selected`]: TableState::selected()
|
||||||
///
|
///
|
||||||
/// See the `table`` example and the `recipe`` and `traceroute`` tabs in the demo2 example in the
|
/// See the `table` example and the `recipe` and `traceroute` tabs in the demo2 example in the
|
||||||
/// [Examples] directory for a more in depth example of the various configuration options and for
|
/// [Examples] directory for a more in depth example of the various configuration options and for
|
||||||
/// how to handle state.
|
/// how to handle state.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue