diff options
Diffstat (limited to 'src/Haddock')
| -rw-r--r-- | src/Haddock/Types.hs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/Haddock/Types.hs b/src/Haddock/Types.hs index d3284a5c..a1e649f6 100644 --- a/src/Haddock/Types.hs +++ b/src/Haddock/Types.hs @@ -104,8 +104,8 @@ data GhcModule = GhcModule {  } --- | This is the data used to render a Haddock page for a module - it is the  --- "interface" of the module. The core of Haddock lies in creating this  +-- | This is the data structure used to render a Haddock page for a module - it +-- is the "interface" of the module. The core of Haddock lies in creating this   -- structure (see Haddock.Interface). The structure also holds intermediate  -- data needed during its creation.  data Interface = Interface { | 
