Skip to content

Commit

Permalink
fix: add hints
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Nov 8, 2024
1 parent 3b117ac commit b9ea6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/EnvDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function decrement() {
<div class="custom-block warning no-match-tip">
<p class="custom-block-title">No match found? Some tips:</p>
<ul>
<li>Simplify the rule and start from a minimal one.</li>
<li>Simplify the rule and code. Start from a minimal example.</li>
<li>
<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.
</li>
Expand Down

0 comments on commit b9ea6e3

Please sign in to comment.