Skip to content

Commit 84d6480

Browse files
authored
Remove "strict map" wording from docs (#521)
* Remove "strict map" wording from docs There's no such things as a "strict map", only a Strict API which forces evaluation of values before inserting them into the map. [ci skip]
1 parent 743b17d commit 84d6480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Data/Map/Strict.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
-- The 'Map' type is shared between the lazy and strict modules, meaning that
7272
-- the same 'Map' value can be passed to functions in both modules. This means
7373
-- that the 'Functor', 'Traversable' and 'Data' instances are the same as for
74-
-- the "Data.Map.Lazy" module, so if they are used on strict maps, the resulting
75-
-- maps may contain suspended values (thunks).
74+
-- the "Data.Map.Lazy" module, so if they are used the resulting maps may contain
75+
-- suspended values (thunks).
7676
--
7777
--
7878
-- == Implementation

0 commit comments

Comments
 (0)