[commit: ghc] master: Fix typo in documentation (8e6c34f)
git at git.haskell.org
git at git.haskell.org
Sun Oct 14 20:05:31 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8e6c34fdf485bcbd16274896f821448db268c5fa/ghc
>---------------------------------------------------------------
commit 8e6c34fdf485bcbd16274896f821448db268c5fa
Author: Jan Path <jan at jpath.de>
Date: Tue Oct 2 15:39:36 2018 +0200
Fix typo in documentation
PR: https://github.com/ghc/ghc/pull/201/
>---------------------------------------------------------------
8e6c34fdf485bcbd16274896f821448db268c5fa
compiler/main/HscTypes.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/main/HscTypes.hs b/compiler/main/HscTypes.hs
index 0caafb0..445c496 100644
--- a/compiler/main/HscTypes.hs
+++ b/compiler/main/HscTypes.hs
@@ -1533,7 +1533,7 @@ It's exactly the same for type-family instances. See Trac #7102
-}
-- | Interactive context, recording information about the state of the
--- context in which statements are executed in a GHC session.
+-- context in which statements are executed in a GHCi session.
data InteractiveContext
= InteractiveContext {
ic_dflags :: DynFlags,
More information about the ghc-commits
mailing list