From 2776b3c87bae3d9d882a2afa541af6e868b2c751 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Tue, 15 Aug 2023 14:47:52 -0700 Subject: [PATCH] ThemeDemo: typo --- programs/ThemeDemo.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ThemeDemo.hs b/programs/ThemeDemo.hs index b6718c1..ad6930f 100644 --- a/programs/ThemeDemo.hs +++ b/programs/ThemeDemo.hs @@ -71,7 +71,7 @@ app = , appStartEvent = return () , appAttrMap = \s -> -- Note that in practice this is not ideal: we don't want - -- to build an attribute from a theme every time this is + -- to build an attribute map from a theme every time this is -- invoked, because it gets invoked once per redraw. Instead -- we'd build the attribute map at startup and store it in -- the application state. Here I just use themeToAttrMap to