Skip to content

Commit

Permalink
Fix broken link. (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Awjin Ahn committed Feb 3, 2022
1 parent f646666 commit 4200197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/documentation/values/maps.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ returns a copy of `$map` with the value at `$key` set to `$value`.
Instead of setting values one-by-one, you can also merge two existing maps using
[`map.merge($map1, $map2)`][].

[`map.merge($map1, $map2)` function]: ../modules/map#merge
[`map.merge($map1, $map2)`]: ../modules/map#merge

<% example(autogen_css: false) do %>
@use "sass:map";
Expand Down

0 comments on commit 4200197

Please sign in to comment.