Fix typo in table example.

pull/172/head
Joe Ardent 5 years ago committed by Florian Dehau
parent 86f681a007
commit 85f74dd802

@ -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…
Cancel
Save