From 2b48409cfd21ce91e00e2a45fdfe24b3c825ef69 Mon Sep 17 00:00:00 2001 From: Cokemonkey11 Date: Mon, 15 Jun 2020 21:46:45 +0100 Subject: [PATCH] fix(examples): remove typo in demo text --- examples/demo/ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo/ui.rs b/examples/demo/ui.rs index 662de220..f4a02be9 100644 --- a/examples/demo/ui.rs +++ b/examples/demo/ui.rs @@ -212,7 +212,7 @@ where B: Backend, { let text = [ - Text::raw("This is a paragraph with several lines. You can change style your text the way you want.\n\nFox example: "), + Text::raw("This is a paragraph with several lines. You can change style your text the way you want.\n\nFor example: "), Text::styled("under", Style::default().fg(Color::Red)), Text::raw(" "), Text::styled("the", Style::default().fg(Color::Green)),