diff --git a/Data/Weighting/GSC.hs b/Data/Weighting/GSC.hs
--- a/Data/Weighting/GSC.hs
+++ b/Data/Weighting/GSC.hs
@@ -26,8 +26,9 @@
 -- @
 --
 -- This is the same as GSC paper's example, however they used
--- similarities while we are using distances (i.e. @fmap (1-)
--- dendro@ would be exactly their example).  Then @gsc dendro@ is
+-- similarities while we are using distances (i.e. applying
+-- @(1-)@ to the distances would give exactly their example).
+-- Then @gsc dendro@ is
 --
 -- @
 -- gsc dendro == Branch 0.8
diff --git a/gsc-weighting.cabal b/gsc-weighting.cabal
--- a/gsc-weighting.cabal
+++ b/gsc-weighting.cabal
@@ -1,5 +1,5 @@
 Name:                gsc-weighting
-Version:             0.1.0.1
+Version:             0.1.0.2
 Synopsis:            Generic implementation of Gerstein/Sonnhammer/Chothia weighting.
 License:             BSD3
 License-file:        LICENSE
