We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dcb28 commit 58ca823Copy full SHA for 58ca823
docs/map.rst
@@ -436,7 +436,7 @@ Modifying a map entry
436
Map.adjust :: Ord k => (v -> v) -> k -> Map k v -> Map k v
437
Map.adjust f key m = ...
438
439
-:haddock_short:`/Data.Map.Strict#abjust` applies the value transformation
+:haddock_short:`/Data.Map.Strict#adjust` applies the value transformation
440
function ``f`` to the entry with given ``key``. If no entry for that key exists
441
then the map is left unchanged.
442
0 commit comments