Skip to content

Commit

Permalink
typo of "convenient" and missing close parens
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Feb 13, 2011
1 parent 5004471 commit 8d98531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions seed/Chapter3/Step_3_3.hs
Expand Up @@ -32,7 +32,7 @@ page = slideDeck "Chapter 3"
, "A tuple always has the number of members indicated by its type."
]
, codeSlide "Type names"
"You can give a name to a type. This makes things more convient to \
"You can give a name to a type. This makes things more convenient to \
\use:"
[ "type Person = (Int, String)"
, ""
Expand All @@ -45,9 +45,9 @@ page = slideDeck "Chapter 3"
[ "type Person = (Int, String)"
, ""
, "amy :: Person"
, "amy = (28, \"Amy\""
, "amy = (28, \"Amy\")"
, ""
, "bob :: (Int, String)"
, "bob = (26, \"Bob\""
, "bob = (26, \"Bob\")"
]
]

0 comments on commit 8d98531

Please sign in to comment.