diff --git a/Network/HTTP/Enumerator.hs b/Network/HTTP/Enumerator.hs
--- a/Network/HTTP/Enumerator.hs
+++ b/Network/HTTP/Enumerator.hs
@@ -204,11 +204,11 @@
 
 -- | The most low-level function for initiating an HTTP request.
 --
--- The second argument to this function gives a full specification on the
+-- The first argument to this function gives a full specification on the
 -- request: the host to connect to, whether to use SSL, headers, etc. Please
 -- see 'Request' for full details.
 --
--- The first argument specifies how the response should be handled. It's a
+-- The second argument specifies how the response should be handled. It's a
 -- function that takes two arguments: the first is the HTTP status code of the
 -- response, and the second is a list of all response headers. This module
 -- exports 'lbsIter', which generates a 'Response' value.
diff --git a/http-enumerator.cabal b/http-enumerator.cabal
--- a/http-enumerator.cabal
+++ b/http-enumerator.cabal
@@ -1,5 +1,5 @@
 name:            http-enumerator
-version:         0.6.0.1
+version:         0.6.0.2
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
