fix: typo (#523)

This commit is contained in:
Sun Xiaoran 2021-03-11 03:23:06 +08:00 committed by GitHub
parent 26537b9459
commit 6cca974fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,11 +72,11 @@ title: sass:string
<% example(autogen_css: false) do %>
@debug string.length("Helvetica Neue"); // 14
@debug string.length(bold); // 4
@debug string.index(""); // 0
@debug string.length(""); // 0
===
@debug string.length("Helvetica Neue") // 14
@debug string.length(bold) // 4
@debug string.index("") // 0
@debug string.length("") // 0
<% end %>
<% end %>