diff --git a/CheatSheet.cabal b/CheatSheet.cabal
--- a/CheatSheet.cabal
+++ b/CheatSheet.cabal
@@ -1,7 +1,7 @@
 Name:           CheatSheet
 License:        BSD3
 License-File:   LICENSE
-Version:        2.3
+Version:        2.4
 Homepage:       http://cheatsheet.codeslower.com
 Maintainer:     Justin Bailey <jgbailey@codeslower.com>
 Author:     Justin Bailey <jgbailey@codeslower.com>
@@ -22,10 +22,10 @@
   Build-Depends: base >= 3 && < 5, containers, directory
 
 Source-repository head
- Type: git
+ type: git
  location: git://github.com/m4dc4p/cheatsheet.git
 
 Source-repository this
- Type: git
+ type: git
  location: git://github.com/m4dc4p/cheatsheet.git
- tag: v2.3  
+ tag: v2.4
diff --git a/CheatSheet.lhs b/CheatSheet.lhs
--- a/CheatSheet.lhs
+++ b/CheatSheet.lhs
@@ -1072,7 +1072,7 @@
 
   The @do@ keyword indicates that the code to follow will be in a \emph{monadic}
   context. Statements are separated by newlines, assignment is indicated by
-  @<-@, and a @let@ form is introduce which does not require the @in@ keyword.
+  @<-@, and a @let@ form is introduced which does not require the @in@ keyword.
 
   \sshd{If and IO}\label{if-io}
 
@@ -1531,7 +1531,7 @@
 
 \hd{Version}\label{version}
 
-  This is version 2.3. The source can be found at GitHub
+  This is version 2.4. The source can be found at GitHub
   (\url{http://github.com/m4dc4p/cheatsheet}). The latest released
   version of the PDF can be downloaded from
   \url{http://cheatsheet.codeslower.com}.  Visit CodeSlower.com
diff --git a/CheatSheet.pdf b/CheatSheet.pdf
Binary files a/CheatSheet.pdf and b/CheatSheet.pdf differ
