mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-25 22:20:31 +00:00
Fix typo in table example.
This commit is contained in:
parent
86f681a007
commit
85f74dd802
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ impl<'a> App<'a> {
|
|||
fn new() -> App<'a> {
|
||||
App {
|
||||
items: vec![
|
||||
vec!["Row12", "Row12", "Row13"],
|
||||
vec!["Row11", "Row12", "Row13"],
|
||||
vec!["Row21", "Row22", "Row23"],
|
||||
vec!["Row31", "Row32", "Row33"],
|
||||
vec!["Row41", "Row42", "Row43"],
|
||||
|
|
Loading…
Reference in a new issue