diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### 0.10.0.2
+
+- Fixed `Buffer` documentation.
+
 ### 0.10.0.1
 
 - Fixed *gl45* backend (didn’t compile).
diff --git a/luminance.cabal b/luminance.cabal
--- a/luminance.cabal
+++ b/luminance.cabal
@@ -1,5 +1,5 @@
 name:                luminance
-version:             0.10.0.1
+version:             0.10.0.2
 synopsis:            Type-safe, type-level and stateless graphics framework
 description:         This package exposes several modules to work with /GPUs/ in a stateless and
                      type-safe way. Currently, it uses OpenGL as backend hardware technology but
diff --git a/src/Graphics/Luminance/Buffer.hs b/src/Graphics/Luminance/Buffer.hs
--- a/src/Graphics/Luminance/Buffer.hs
+++ b/src/Graphics/Luminance/Buffer.hs
@@ -121,7 +121,7 @@
 --
 -- @
 --   buf :: Buffer W Float <- createBuffer (newBuffer 10)
-
+--
 --   writeAt buf 3 pi
 --   writeAt' buf 5 100
 -- @
