diff --git a/Graphics/Gloss/Internals/Data/Picture.hs b/Graphics/Gloss/Internals/Data/Picture.hs
--- a/Graphics/Gloss/Internals/Data/Picture.hs
+++ b/Graphics/Gloss/Internals/Data/Picture.hs
@@ -72,7 +72,7 @@
         -- | A circle with the given radius.
         | Circle        Float
 
-        -- | A circle with the given thickness and radius.
+        -- | A circle with the given radius and thickness.
         --   If the thickness is 0 then this is equivalent to `Circle`.
         | ThickCircle   Float Float
 
@@ -81,7 +81,7 @@
         | Arc           Float Float Float
 
         -- | A circular arc drawn counter-clockwise between two angles
-        --  (in degrees), with the given radius  and thickness.
+        --  (in degrees), with the given radius and thickness.
         --   If the thickness is 0 then this is equivalent to `Arc`.
         | ThickArc      Float Float Float Float
 
diff --git a/gloss-rendering.cabal b/gloss-rendering.cabal
--- a/gloss-rendering.cabal
+++ b/gloss-rendering.cabal
@@ -1,5 +1,5 @@
 name:           gloss-rendering
-version:        1.13.0.1
+version:        1.13.0.2
 license:        MIT
 license-file:   LICENSE
 author:         Elise Huard
