Skip to content

Commit 53fe080

Browse files
authored
Correct version info regarding lookupDefault deprecation (#274)
1 parent 964edca commit 53fe080

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
@@ -713,7 +713,7 @@ findWithDefault def k t = case lookup k t of
713713
-- | /O(log n)/ Return the value to which the specified key is mapped,
714714
-- or the default value if this map contains no mapping for the key.
715715
--
716-
-- DEPRECATED: lookupDefault is deprecated as of version 0.2.10, replaced
716+
-- DEPRECATED: lookupDefault is deprecated as of version 0.2.11, replaced
717717
-- by 'findWithDefault'.
718718
lookupDefault :: (Eq k, Hashable k)
719719
=> v -- ^ Default value to return.

0 commit comments

Comments
 (0)