Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@ The `matchAll` method will return a collection containing the portions of a stri

// collect(['bar', 'bar'])

If you specify a matching group within the expression, Laravel will return a collection of that group's matches:
If you specify a matching group within the expression, Laravel will return a collection of the first matching group's matches:

use Illuminate\Support\Str;

Expand Down