From d4cb0fa63bec92b8d5ed00eb4f4ae98eb719234d Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Fri, 6 Oct 2017 13:26:36 -0700 Subject: [PATCH] AttrDemo: typo --- programs/AttrDemo.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/AttrDemo.hs b/programs/AttrDemo.hs index 6550d86..5fcb207 100644 --- a/programs/AttrDemo.hs +++ b/programs/AttrDemo.hs @@ -35,7 +35,7 @@ ui = , withAttr "foundFull" $ str "You can override everything ..." , withAttr "foundFgOnly" $ - str "... or only you want to change and inherit the rest." + str "... or only what you want to change and inherit the rest." , str "Attribute names are assembled with the Monoid append operation to indicate" , str "hierarchy levels, e.g. \"window\" <> \"title\"." , str " "