diff --git a/toys/grepdict/grepdict.js b/toys/grepdict/grepdict.js index 495cdb2..6eca7f2 100644 --- a/toys/grepdict/grepdict.js +++ b/toys/grepdict/grepdict.js @@ -26,7 +26,7 @@ function regexInput(e) { li.textContent = word nmatches += 1 - if (nmatches > 50) { + if (nmatches > 600) { li.textContent = "…" break }