[commit: ghc] master: Typofix in docs. (ca8c0e2)
git at git.haskell.org
git at git.haskell.org
Sun Aug 28 07:18:33 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ca8c0e279a87d93c1fb10460c24ef35a9080238f/ghc
>---------------------------------------------------------------
commit ca8c0e279a87d93c1fb10460c24ef35a9080238f
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Sun Aug 28 00:18:21 2016 -0700
Typofix in docs.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
ca8c0e279a87d93c1fb10460c24ef35a9080238f
compiler/basicTypes/Module.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/basicTypes/Module.hs b/compiler/basicTypes/Module.hs
index 0bade7d..c0e9080 100644
--- a/compiler/basicTypes/Module.hs
+++ b/compiler/basicTypes/Module.hs
@@ -308,7 +308,7 @@ moduleNameSlashes :: ModuleName -> String
moduleNameSlashes = dots_to_slashes . moduleNameString
where dots_to_slashes = map (\c -> if c == '.' then pathSeparator else c)
--- |Returns the string version of the module name, with dots replaced by underscores.
+-- |Returns the string version of the module name, with dots replaced by colons.
--
moduleNameColons :: ModuleName -> String
moduleNameColons = dots_to_colons . moduleNameString
More information about the ghc-commits
mailing list