diff --git a/source/documentation/modules/list.html.md.erb b/source/documentation/modules/list.html.md.erb index 35954ab85..5a5516785 100644 --- a/source/documentation/modules/list.html.md.erb +++ b/source/documentation/modules/list.html.md.erb @@ -213,9 +213,9 @@ title: sass:list <% end %> <% example(autogen_css: false) do %> - @debug list.slash(1px, 50px, 100px); // 10px / 50px / 100px + @debug list.slash(1px, 50px, 100px); // 1px / 50px / 100px === - @debug list.slash(1px, 50px, 100px) // 10px / 50px / 100px + @debug list.slash(1px, 50px, 100px) // 1px / 50px / 100px <% end %> <% end %>