From ca8c0e279a87d93c1fb10460c24ef35a9080238f Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 28 Aug 2016 00:18:21 -0700 Subject: Typofix in docs. Signed-off-by: Edward Z. Yang --- 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 0bade7dfda..c0e90804ac 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 -- cgit v1.2.1