diff options
author | david.waern <david.waern@gmail.com> | 2010-02-22 22:10:30 +0000 |
---|---|---|
committer | david.waern <david.waern@gmail.com> | 2010-02-22 22:10:30 +0000 |
commit | cbf4243a44855b3ac305a8d954cc7e7acef7afaf (patch) | |
tree | 770943bea08746e1a06f68deb736a5be09854b83 | |
parent | 60a45e7f430f2b6817650452e0939f4dac7ad577 (diff) |
Fix Haddock markup error in comment
-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 5f4c5b5b..7aa7dcb4 100644 --- a/src/Haddock/Interface/Create.hs +++ b/src/Haddock/Interface/Create.hs @@ -558,7 +558,7 @@ mkExportItems modMap this_mod gre exported_names decls declMap -- for example). -- -- But I might be missing something obvious. What's important - -- *here* is that we behave reasonably when we run into one of + -- /here/ is that we behave reasonably when we run into one of -- those exported type-inferenced values. isLocalAndTypeInferenced <- liftGhcToErrMsgGhc $ isLoaded (moduleName (nameModule t)) |