diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.4.3.2
+
+* Minor doc cleanup
+
 ## 0.4.3.1
 
 * Use CPP so we can work with `http-client` pre and post 0.5 [#17](https://github.com/fpco/http-reverse-proxy/pull/17)
diff --git a/Network/HTTP/ReverseProxy.hs b/Network/HTTP/ReverseProxy.hs
--- a/Network/HTTP/ReverseProxy.hs
+++ b/Network/HTTP/ReverseProxy.hs
@@ -182,8 +182,7 @@
 -- the proxied server. Not all servers necessarily support chunked request
 -- bodies, so please confirm that yours does (Warp, Snap, and Happstack, for example, do).
 waiProxyTo :: (WAI.Request -> IO WaiProxyResponse)
-           -- ^ How to reverse proxy. A @Left@ result will be sent verbatim as
-           -- the response, whereas @Right@ will cause a reverse proxy.
+           -- ^ How to reverse proxy.
            -> (SomeException -> WAI.Application)
            -- ^ How to handle exceptions when calling remote server. For a
            -- simple 502 error page, use 'defaultOnExc'.
diff --git a/http-reverse-proxy.cabal b/http-reverse-proxy.cabal
--- a/http-reverse-proxy.cabal
+++ b/http-reverse-proxy.cabal
@@ -1,5 +1,5 @@
 name:                http-reverse-proxy
-version:             0.4.3.1
+version:             0.4.3.2
 synopsis:            Reverse proxy HTTP requests, either over raw sockets or with WAI
 description:         Provides a simple means of reverse-proxying HTTP requests. The raw approach uses the same technique as leveraged by keter, whereas the WAI approach performs full request/response parsing via WAI and http-conduit.
 homepage:            https://github.com/fpco/http-reverse-proxy
