Fix documented example to fix doc-tests on CI

pull/109/head
Jens Krause 5 years ago committed by Florian Dehau
parent 16372f7847
commit f7c6620e25

@ -19,7 +19,7 @@ use crate::widgets::{Block, Widget};
/// .block(Block::default().title("Tabs").borders(Borders::ALL))
/// .titles(&["Tab1", "Tab2", "Tab3", "Tab4"])
/// .style(Style::default().fg(Color::White))
/// .highlight_style(Style::default().fg(Color::Yellow));
/// .highlight_style(Style::default().fg(Color::Yellow))
/// .divider(DOT);
/// # }
/// ```

Loading…
Cancel
Save