diff --git a/en/core-libraries/collections.rst b/en/core-libraries/collections.rst index f92e4d48df..25a6530399 100644 --- a/en/core-libraries/collections.rst +++ b/en/core-libraries/collections.rst @@ -265,7 +265,7 @@ data from paginated services:: $allPagesItems = $items->toList(); -You can use the ``yield`` keyword inside ``unfold()``to return as +You can use the ``yield`` keyword inside ``unfold()`` to return as many elements for each item in the collection as you may need:: $oddNumbers = [1, 3, 5, 7];