diff options
Diffstat (limited to 'src/Haddock')
-rw-r--r-- | src/Haddock/Interface.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Interface.hs b/src/Haddock/Interface.hs index 9ec622b7..d0106347 100644 --- a/src/Haddock/Interface.hs +++ b/src/Haddock/Interface.hs @@ -11,7 +11,7 @@ -- -- Here we build the actual module interfaces. By interface we mean the -- information that is used to render a Haddock page for a module. Parts of --- this information is also stored in the .haddock files. +-- this information are also stored in the .haddock files. ----------------------------------------------------------------------------- module Haddock.Interface ( |