[commit: ghc] master: Fix typo in docs (ecfc7b4)
git at git.haskell.org
git at git.haskell.org
Sun Nov 18 12:00:20 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ecfc7b4665676cb668bfeee7fd5c83ff58b4f485/ghc
>---------------------------------------------------------------
commit ecfc7b4665676cb668bfeee7fd5c83ff58b4f485
Author: Chris Done <github at chrisdone.com>
Date: Sun Nov 18 11:44:53 2018 +0000
Fix typo in docs
I've been reading this line of docs for years and it ruffles my feathers.
>---------------------------------------------------------------
ecfc7b4665676cb668bfeee7fd5c83ff58b4f485
compiler/basicTypes/Var.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/basicTypes/Var.hs b/compiler/basicTypes/Var.hs
index a23132e..5d84187 100644
--- a/compiler/basicTypes/Var.hs
+++ b/compiler/basicTypes/Var.hs
@@ -216,7 +216,7 @@ in its @VarDetails at .
-- | Variable
--
-- Essentially a typed 'Name', that may also contain some additional information
--- about the 'Var' and it's use sites.
+-- about the 'Var' and its use sites.
data Var
= TyVar { -- Type and kind variables
-- see Note [Kind and type variables]
More information about the ghc-commits
mailing list