Skip to content

Commit a3205c8

Browse files
committed
doc
1 parent bcc2970 commit a3205c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ var_dump(Finder::rows(
362362
$data = [1, 2];
363363
var_dump(Finder::rows(
364364
$data,
365-
static fn($datum): bool => $datum >= 0
365+
static fn($datum): bool => $datum >= 0,
366+
limit: 1
366367
)); // [1]
367368
```

0 commit comments

Comments
 (0)