diff options
author | Simon Hengel <sol@typeful.net> | 2012-05-16 14:13:15 +0200 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2012-05-27 08:50:02 +0200 |
commit | 8344dcced9607de9f969ed2e226346e5ba57df03 (patch) | |
tree | b0fd3cd8f21420f625f7c7ee9d70e6b2ed26840b /src/Haddock/Interface | |
parent | 1483f369caaacc25e07f9715b15e49c35205b417 (diff) |
Fix typo in comment
Diffstat (limited to 'src/Haddock/Interface')
-rw-r--r-- | src/Haddock/Interface/Create.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs index 50f468db..6fa6c598 100644 --- a/src/Haddock/Interface/Create.hs +++ b/src/Haddock/Interface/Create.hs @@ -764,7 +764,7 @@ extractRecSel nm mdl t tvs (L _ con : rest) = data_ty = foldl (\x y -> noLoc (HsAppTy x y)) (noLoc (HsTyVar t)) (map toTypeNoLoc tvs) --- | Keep exprt items with docs. +-- | Keep export items with docs. pruneExportItems :: [ExportItem Name] -> [ExportItem Name] pruneExportItems = filter hasDoc where |