diff --git a/compdata-fixplate.cabal b/compdata-fixplate.cabal
--- a/compdata-fixplate.cabal
+++ b/compdata-fixplate.cabal
@@ -1,7 +1,7 @@
 name:                compdata-fixplate
-version:             0.1.2
+version:             0.1.3
 synopsis:            Compdata basics implemented on top of Fixplate
-description:         This package implements the basic interface of
+description:         This package implements small subset of
                      <https://hackage.haskell.org/package/compdata Compdata>
                      using other packages which together provide similar
                      functionality.
diff --git a/src/Data/Comp/Fixplate.hs b/src/Data/Comp/Fixplate.hs
--- a/src/Data/Comp/Fixplate.hs
+++ b/src/Data/Comp/Fixplate.hs
@@ -8,7 +8,7 @@
 {-# LANGUAGE PatternSynonyms #-}
 {-# LANGUAGE TypeOperators #-}
 
--- | A replacement for the basic machinery in
+-- | A modest replacement for the basic machinery in
 -- [Compdata](https://hackage.haskell.org/package/compdata).
 --
 -- = Differences and limitations
