diff --git a/src/lib/Witch.hs b/src/lib/Witch.hs
--- a/src/lib/Witch.hs
+++ b/src/lib/Witch.hs
@@ -68,7 +68,7 @@
   -- trait in Rust.
 
   -- ** Type applications
-  -- | Although you can use this library without the [@TypeApplication@](https://downloads.haskell.org/~ghc/9.0.1/docs/html/users_guide/exts/type_applications.html)
+  -- | Although you can use this library without the [@TypeApplications@](https://downloads.haskell.org/~ghc/9.0.1/docs/html/users_guide/exts/type_applications.html)
   -- language extension, the extension is strongly recommended. Since most
   -- functions provided by this library are polymorphic in at least one type
   -- variable, it's easy to use them in a situation that would be ambiguous.
@@ -209,7 +209,7 @@
   --
   -- All of the above also applies for @Word@, @Word32@, and @Word64@.
 
-  --  ** Downsides
+  -- ** Downsides
   -- | As the author of this library, I obviously think that everyone should
   -- use it because it's the greatest thing since sliced bread. But nothing is
   -- perfect, so what are some downsides to this library?
@@ -221,7 +221,7 @@
   --
   -- - The @From@ type class works great for specific pairs of types, but can
   --   get confusing when it's polymorphic. For example if you have some
-  --   function with a `From s t` constraint, that doesn't really tell you
+  --   function with a @From s t@ constraint, that doesn't really tell you
   --   anything about what it's doing.
   ) where
 
diff --git a/witch.cabal b/witch.cabal
--- a/witch.cabal
+++ b/witch.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: witch
-version: 0.3.2.2
+version: 0.3.2.3
 synopsis: Convert values from one type into another.
 description: Witch converts values from one type into another.
 
