From 0cf84e39c1c4bab20dcc34c4da1488612383f002 Mon Sep 17 00:00:00 2001 From: diegospd Date: Sun, 25 Dec 2016 23:44:05 -0600 Subject: [PATCH] Fixed typo wiht -> with --- src/Graphics/Vty/Attributes.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Graphics/Vty/Attributes.hs b/src/Graphics/Vty/Attributes.hs index 29d52f1..cf97f87 100644 --- a/src/Graphics/Vty/Attributes.hs +++ b/src/Graphics/Vty/Attributes.hs @@ -18,7 +18,7 @@ -- Is the attribute that will set the foreground color to red and the background color to the -- default. -- --- This can then be used to build an image wiht a red foreground like so: +-- This can then be used to build an image with a red foreground like so: -- -- @ -- string (defAttr `withForeColor` red) "this text will be red"