diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 1.2.3.2
+
+* Doc fix [#44](https://github.com/snoyberg/xml/pull/44)
+
 ## 1.2.3.1
 
 Support monad-control 1.0
diff --git a/Text/XML/Stream/Render.hs b/Text/XML/Stream/Render.hs
--- a/Text/XML/Stream/Render.hs
+++ b/Text/XML/Stream/Render.hs
@@ -43,9 +43,9 @@
 --renderBytes :: Monad m => RenderSettings -> Conduit Event m ByteString
 renderBytes rs = renderBuilder rs =$= builderToByteString
 
--- | Render a stream of 'Event's into a stream of 'ByteString's. This function
+-- | Render a stream of 'Event's into a stream of 'Text's. This function
 -- wraps around 'renderBuilder', 'builderToByteString' and 'renderBytes', so it
--- produces optimally sized 'ByteString's with minimal buffer copying.
+-- produces optimally sized 'Text's with minimal buffer copying.
 {-
 renderText :: (MonadThrow m)
            => RenderSettings -> Conduit Event m Text
diff --git a/xml-conduit.cabal b/xml-conduit.cabal
--- a/xml-conduit.cabal
+++ b/xml-conduit.cabal
@@ -1,5 +1,5 @@
 name:            xml-conduit
-version:         1.2.3.1
+version:         1.2.3.2
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>, Aristid Breitkreuz <aristidb@googlemail.com>
