Skip to content

Commit

Permalink
ThemeDemo: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Aug 15, 2023
1 parent f1e57e6 commit 2776b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/ThemeDemo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2776b3c

Please sign in to comment.