Skip to content

Commit

Permalink
Fixes typo in meta.module-functions example #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Teihden committed Jan 2, 2023
1 parent d6a10cd commit f8aafd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/documentation/modules/meta.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ title: sass:meta

@debug meta.module-functions("functions") // ("pow": get-function("pow"))

@debug meta.call(map.get(meta.module-variables("functions"), "pow"), 3, 4) // 16
@debug meta.call(map.get(meta.module-functions("functions"), "pow"), 3, 4) // 81
<% end %>
<% end %>
Expand Down

0 comments on commit f8aafd7

Please sign in to comment.