mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
Fix function name in the map.merge heads up (#527)
This commit is contained in:
parent
6d1425bc0e
commit
1b770d7529
@ -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 %>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user