diff --git a/isomorphism-class.cabal b/isomorphism-class.cabal
--- a/isomorphism-class.cabal
+++ b/isomorphism-class.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: isomorphism-class
-version: 0.1.0.3
+version: 0.1.0.4
 synopsis: Isomorphism typeclass solving the conversion problem
 homepage: https://github.com/nikita-volkov/isomorphism-class
 bug-reports: https://github.com/nikita-volkov/isomorphism-class/issues
diff --git a/library/IsomorphismClass.hs b/library/IsomorphismClass.hs
--- a/library/IsomorphismClass.hs
+++ b/library/IsomorphismClass.hs
@@ -542,7 +542,7 @@
 thruList = from @[a] . to
 
 -- | A utility, which uses the 'Show' instance to produce a value
--- that 'String' is isomorphic to.
+-- that is isomorphic to 'String'.
 --
 -- It lets you generalize over the functions like the following:
 --
