Skip to content

Commit b9ea6e3

Browse files
fix: add hints
1 parent 3b117ac commit b9ea6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/EnvDisplay.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function decrement() {
6060
<div class="custom-block warning no-match-tip">
6161
<p class="custom-block-title">No match found? Some tips:</p>
6262
<ul>
63-
<li>Simplify the rule and start from a minimal one.</li>
63+
<li>Simplify the rule and code. Start from a minimal example.</li>
6464
<li>
6565
<code>pattern</code> may <a href="/advanced/pattern-parse.html#extract-effective-ast-for-pattern">not match a whole statement</a> but the expression inside.
6666
</li>

0 commit comments

Comments
 (0)