diff options
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/GHCi/UI.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/GHCi/UI.hs b/ghc/GHCi/UI.hs index 77801019ee..48886ea88f 100644 --- a/ghc/GHCi/UI.hs +++ b/ghc/GHCi/UI.hs @@ -1838,7 +1838,7 @@ buildDocComponents str name = do pure DocComponents{..} --- | Produce output containing the type/kind signature, category, and definiton +-- | Produce output containing the type/kind signature, category, and definition -- location of a TyThing. sigAndLocDoc :: String -> TyThing -> SDoc sigAndLocDoc str tyThing = |