Skip to content

Commit 0f61449

Browse files
ryanholbrooktreeowl
authored andcommitted
Update map.rst
Correct typo.
1 parent 0ec450b commit 0f61449

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
@@ -462,7 +462,7 @@ alter can be used to insert, update, or delete a value.
462462
Map.alter addValueIfMissing "new_key" (Map.fromList [("key", 0)])
463463
> fromList [("key",0),("new_key",1)]
464464

465-
The function ``doubleIfPositivie`` below will need to be placed in a Haskell
465+
The function ``doubleIfPositive`` below will need to be placed in a Haskell
466466
source file.
467467

468468
::

0 commit comments

Comments
 (0)