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 1da8d7e commit 22bb426Copy full SHA for 22bb426
base/abstractdict.jl
@@ -710,8 +710,8 @@ end
710
map!(f, values(dict::AbstractDict))
711
712
Modifies `dict` by transforming each value from `val` to `f(val)`.
713
-Note that the type of `dict` cannot be changed: if `f(val)` is not an instance of the key type
714
-of `dict` then it will be converted to the key type if possible and otherwise raise an error.
+Note that the type of `dict` cannot be changed: if `f(val)` is not an instance of the value type
+of `dict` then it will be converted to the value type if possible and otherwise raise an error.
715
716
# Examples
717
```jldoctest
0 commit comments