Skip to content

Commit c0994d5

Browse files
authored
Merge pull request #8138 from cakephp/othercorey-patch-3
Fix spacing in documentation for unfold() usage
2 parents a25063d + 5dd8921 commit c0994d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/core-libraries/collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ data from paginated services::
265265

266266
$allPagesItems = $items->toList();
267267

268-
You can use the ``yield`` keyword inside ``unfold()``to return as
268+
You can use the ``yield`` keyword inside ``unfold()`` to return as
269269
many elements for each item in the collection as you may need::
270270

271271
$oddNumbers = [1, 3, 5, 7];

0 commit comments

Comments
 (0)