Skip to content

Commit 58ca823

Browse files
hetzenmattreeowl
authored andcommitted
Fix typo of "Map.abjust" to "Map.adjust"
1 parent 03dcb28 commit 58ca823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/map.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ Modifying a map entry
436436
Map.adjust :: Ord k => (v -> v) -> k -> Map k v -> Map k v
437437
Map.adjust f key m = ...
438438

439-
:haddock_short:`/Data.Map.Strict#abjust` applies the value transformation
439+
:haddock_short:`/Data.Map.Strict#adjust` applies the value transformation
440440
function ``f`` to the entry with given ``key``. If no entry for that key exists
441441
then the map is left unchanged.
442442

0 commit comments

Comments
 (0)