diff options
Diffstat (limited to 'testsuite/tests/programs/maessen-hashtab/Data/HashTab.hs')
-rw-r--r-- | testsuite/tests/programs/maessen-hashtab/Data/HashTab.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/programs/maessen-hashtab/Data/HashTab.hs b/testsuite/tests/programs/maessen-hashtab/Data/HashTab.hs index e96d5c5efa..85b3046db9 100644 --- a/testsuite/tests/programs/maessen-hashtab/Data/HashTab.hs +++ b/testsuite/tests/programs/maessen-hashtab/Data/HashTab.hs @@ -171,7 +171,7 @@ new cmpr hash = do -- ----------------------------------------------------------------------------- -- Inserting a key\/value pair into the hash table --- | Inserts an key\/value mapping into the hash table. +-- | Inserts a key\/value mapping into the hash table. -- -- Note that 'insert' doesn't remove the old entry from the table - -- the behaviour is like an association list, where 'lookup' returns |