Skip to content

Commit e1848fa

Browse files
committed
Minor haddock elaboration
Fixes #131
1 parent 6e490f8 commit e1848fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/HashMap/Base.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ elems = L.map snd . toList
10511051
-- ** Lists
10521052

10531053
-- | /O(n)/ Return a list of this map's elements. The list is
1054-
-- produced lazily.
1054+
-- produced lazily. The order of its elements is unspecified.
10551055
toList :: HashMap k v -> [(k, v)]
10561056
toList t = build (\ c z -> foldrWithKey (curry c) z t)
10571057
{-# INLINE toList #-}

0 commit comments

Comments
 (0)