diff --git a/Yesod/Core/Handler.hs b/Yesod/Core/Handler.hs
--- a/Yesod/Core/Handler.hs
+++ b/Yesod/Core/Handler.hs
@@ -1018,8 +1018,8 @@
 -- representations, e.g.:
 --
 -- > selectRep $ do
--- >   provideRep typeHtml $ produceHtmlOutput
--- >   provideRep typeJson $ produceJsonOutput
+-- >   provideRep produceHtmlOutput
+-- >   provideRep produceJsonOutput
 --
 -- The first provided representation will be used if no matches are found.
 
diff --git a/yesod-core.cabal b/yesod-core.cabal
--- a/yesod-core.cabal
+++ b/yesod-core.cabal
@@ -1,5 +1,5 @@
 name:            yesod-core
-version:         1.2.17
+version:         1.2.18
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
