Skip to content

Commit 5dfa8db

Browse files
committed
Updated docs
1 parent db17ce8 commit 5dfa8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,14 @@ EloquentRegex::source(
329329

330330
#### Search benchmark
331331

332-
_Interesting fact: As shorter keyword is, the faster the search methods work_
332+
_Interesting fact: The shorter keyword is, the faster the search methods work_
333333

334334
Check benchmark of `search` for keyword "green" in large JSON file, where each line was JSON object from DB:
335335

336336
```php
337337
/*
338338
===========================================================
339-
| ROWS | Find time (count) | File size | Find + decoded |
339+
| ROWS | Find (row count) | File size | Find + decoded |
340340
===========================================================
341341
| 1000 | 7.6 ms (890) | 5 Mb | 11.5 ms |
342342
| 2500 | 17.25ms (2186) | 14 Mb | 30 ms |

0 commit comments

Comments
 (0)