diff --git a/simple-genetic-algorithm.cabal b/simple-genetic-algorithm.cabal
--- a/simple-genetic-algorithm.cabal
+++ b/simple-genetic-algorithm.cabal
@@ -2,7 +2,7 @@
 -- further documentation, see http://haskell.org/cabal/users-guide/
 
 name:                simple-genetic-algorithm
-version:             0.1.0.3
+version:             0.1.0.4
 synopsis:            Simple parallel genetic algorithm implementation
 description:         Simple parallel genetic algorithm implementation
 homepage:            http://eax.me/haskell-genetic-algorithm/
diff --git a/src/GA/Simple.hs b/src/GA/Simple.hs
--- a/src/GA/Simple.hs
+++ b/src/GA/Simple.hs
@@ -1,4 +1,4 @@
--- | [Проверка проверка] Simple parallel genetic algorithm implementation.
+-- | Simple parallel genetic algorithm implementation.
 module GA.Simple (
     Chromosome(..),
     runGA,
