Update grepdict.js

This commit is contained in:
Neale Pickett 2022-01-25 07:15:48 -07:00 committed by GitHub
parent 45c8aa23fc
commit 59653c7de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}