From f8aafd7f17a50224f615f872137778ea5f851a89 Mon Sep 17 00:00:00 2001 From: Teihden <115897199+Teihden@users.noreply.github.com> Date: Mon, 2 Jan 2023 15:48:23 +0500 Subject: [PATCH] Fixes typo in meta.module-functions example #2 --- source/documentation/modules/meta.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/documentation/modules/meta.html.md.erb b/source/documentation/modules/meta.html.md.erb index a8129d92a..eb06e3959 100644 --- a/source/documentation/modules/meta.html.md.erb +++ b/source/documentation/modules/meta.html.md.erb @@ -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 %>