diff options
Diffstat (limited to 'src/HaddockTypes.hs')
-rw-r--r-- | src/HaddockTypes.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HaddockTypes.hs b/src/HaddockTypes.hs index d67c139a..d8295b39 100644 --- a/src/HaddockTypes.hs +++ b/src/HaddockTypes.hs @@ -37,7 +37,7 @@ data ExportItem2 name (Maybe (HsDoc name)) -- ^ Maybe a doc comment [InstHead2 name] -- ^ Instances relevant to this declaration - | ExportNoDecl2 -- ^ An exported entity for which we have no + | ExportNoDecl2 -- ^ An exported entity for which we have no -- documentation (perhaps because it resides in -- another package) Name -- ^ The original name |