Skip to content

Commit

Permalink
to-do, avocados
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Feb 13, 2011
1 parent 39a3a45 commit 5004471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seed/Chapter3/Step_3_2.hs
Expand Up @@ -5,7 +5,7 @@ import Text.Html
page = thehtml <<
[ header << (thetitle << "Output")
, body <<
[ h1 << "A to do list:"
[ h1 << "A to-do list:"
, thediv << toDoHtml
]
]
Expand All @@ -15,7 +15,7 @@ page = thehtml <<

toDoItems :: [(Bool, String)] -- a list of tuples: each a Bool and String
toDoItems =
[ (True, "Pick up avacados")
[ (True, "Pick up avocados")
, (True, "Make snacks")
, (False, "Clean house")
, (False, "Have party")
Expand Down

0 comments on commit 5004471

Please sign in to comment.