You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/components/EnvDisplay.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ function decrement() {
60
60
<divclass="custom-block warning no-match-tip">
61
61
<pclass="custom-block-title">No match found? Some tips:</p>
62
62
<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>
64
64
<li>
65
65
<code>pattern</code> may <ahref="/advanced/pattern-parse.html#extract-effective-ast-for-pattern">not match a whole statement</a> but the expression inside.
0 commit comments