docs(table): fix incorrect backticks in TableState docs (#1342)

This commit is contained in:
Tayfun Bocek 2024-08-25 00:26:37 +03:00 committed by GitHub
parent aed60b9839
commit 9ed85fd1dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
/// [`offset`]: TableState::offset()
/// [`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
/// how to handle state.
///