diff options
author | askeblad <74082607+askeblad@users.noreply.github.com> | 2022-03-16 03:44:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 09:44:27 +0100 |
commit | e187816f64f0c54dc924f8283fe4c75a6e1f67b2 (patch) | |
tree | 9cf5f44bb6df8f728ce46ae1b40073638c0df9e7 /haddock-library/src/Documentation/Haddock/Parser | |
parent | 0c19a8847844a4a45b9fe7c115effcec461cfe5c (diff) |
typos (#1464)
Diffstat (limited to 'haddock-library/src/Documentation/Haddock/Parser')
-rw-r--r-- | haddock-library/src/Documentation/Haddock/Parser/Monad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-library/src/Documentation/Haddock/Parser/Monad.hs b/haddock-library/src/Documentation/Haddock/Parser/Monad.hs index 7c73a168..109e104e 100644 --- a/haddock-library/src/Documentation/Haddock/Parser/Monad.hs +++ b/haddock-library/src/Documentation/Haddock/Parser/Monad.hs @@ -40,7 +40,7 @@ import Documentation.Haddock.Types ( Version ) import Prelude hiding (takeWhile) import CompatPrelude --- | The only bit of information we really care about truding along with us +-- | The only bit of information we really care about trudging along with us -- through parsing is the version attached to a @\@since@ annotation - if -- the doc even contained one. newtype ParserState = ParserState { |