Fix function name in the map.merge heads up (#527)

This commit is contained in:
Christophe Coevoet 2021-03-17 18:38:42 +01:00 committed by GitHub
parent 6d1425bc0e
commit 1b770d7529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,7 +273,7 @@ If `$keys` is empty, returns a copy of `$map` without a value associated with
returns: 'map' do %>
<% heads_up do %>
In practice, the actual arguments to `map.merge($map1, $keys..., $map2)`
are passed as `map.set($map1, $args...)`. They are described here as `$map1,
are passed as `map.merge($map1, $args...)`. They are described here as `$map1,
$keys..., $map2` for explanation purposes only.
<% end %>