From 61f36036df1f2168b5765b86c8cf7f24a3d433a1 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 8 Dec 2015 13:59:58 -0500 Subject: [PATCH] Fix typo in module docs. --- harbl/src/Network/DNS/RBL/Domain/Label.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbl/src/Network/DNS/RBL/Domain/Label.hs b/harbl/src/Network/DNS/RBL/Domain/Label.hs index fb98cd8..b26551c 100644 --- a/harbl/src/Network/DNS/RBL/Domain/Label.hs +++ b/harbl/src/Network/DNS/RBL/Domain/Label.hs @@ -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. -- -- 2.43.2