diff --git a/dawg-ord.cabal b/dawg-ord.cabal
--- a/dawg-ord.cabal
+++ b/dawg-ord.cabal
@@ -1,5 +1,5 @@
 name:               dawg-ord
-version:            0.4
+version:            0.4.0.1
 synopsis:           Directed acyclic word graphs
 description:
     The library implements /directed acyclic word graphs/ (DAWGs) internally
@@ -8,7 +8,7 @@
     sequences of alphabet symbols (keys) to values.
     .
     The library allows to build DAWGs over any symbols and values
-    provided that the both have `Ord` instances (see the
+    provided that they both have `Ord` instances (see the
     `Data.DAWG.Ord` module).
     It also provides a fast insert operation which can be used to
     construct DAWGs on-the-fly.
