Update grepdict.js

This commit is contained in:
Neale Pickett 2022-01-25 07:15:48 -07:00 committed by GitHub
parent 45c8aa23fc
commit cdd900f568
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ function regexInput(e) {
li.textContent = word
nmatches += 1
if (nmatches > 50) {
if (nmatches > 600) {
li.textContent = "…"
break
}