[commit: containers] master: Minor wording change (2fa85fc)
Ian Lynagh
igloo at earth.li
Thu Feb 23 01:13:18 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2fa85fcd9941b4ec94bfc571817f1251419ebcf0
>---------------------------------------------------------------
commit 2fa85fcd9941b4ec94bfc571817f1251419ebcf0
Author: Johan Tibell <johan.tibell at gmail.com>
Date: Fri Nov 18 08:41:59 2011 -0800
Minor wording change
>---------------------------------------------------------------
Data/Map/Strict.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Data/Map/Strict.hs b/Data/Map/Strict.hs
index 865066c..451ee36 100644
--- a/Data/Map/Strict.hs
+++ b/Data/Map/Strict.hs
@@ -267,7 +267,7 @@ import Data.Map.Base hiding
-- $strictness
--
--- This module satisfies the following properties:
+-- This module satisfies the following strictness properties:
--
-- 1. Key and value arguments are evaluated to WHNF;
--
More information about the Cvs-libraries
mailing list