diff --git a/Control/Monad/Trans/Resource.hs b/Control/Monad/Trans/Resource.hs
--- a/Control/Monad/Trans/Resource.hs
+++ b/Control/Monad/Trans/Resource.hs
@@ -728,7 +728,7 @@
 runInternalState :: ResourceT m a -> InternalState -> m a
 runInternalState = unResourceT
 
--- | Run an action in the underlying monad, providing it the @InternalState.
+-- | Run an action in the underlying monad, providing it the @InternalState@.
 --
 -- Since 0.4.6
 withInternalState :: (InternalState -> m a) -> ResourceT m a
diff --git a/resourcet.cabal b/resourcet.cabal
--- a/resourcet.cabal
+++ b/resourcet.cabal
@@ -1,5 +1,5 @@
 Name:                resourcet
-Version:             0.4.7.1
+Version:             0.4.7.2
 Synopsis:            Deterministic allocation and freeing of scarce resources.
 Description:
 	This package was originally included with the conduit package, and has since been split off. For more information, please see <http://www.yesodweb.com/book/conduits>.
