]> gitweb.michael.orlitzky.com - dead/harbl.git/commitdiff
Fix typo in module docs.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Dec 2015 18:59:58 +0000 (13:59 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Dec 2015 18:59:58 +0000 (13:59 -0500)
harbl/src/Network/DNS/RBL/Domain/Label.hs

index fb98cd8f5f83f0345eb50ccc64d550e3865be06f..b26551c96be9f95436d7c52e5bb135bff7ac5cb1 100644 (file)
@@ -1,4 +1,4 @@
--- | This module contains the 'Letter' type and a Parsec parser to
+-- | This module contains the 'Label' type and a Parsec parser to
 --   parse one. We don't export its constructor because then you could
 --   do something dumb like stick a period inside one.
 --