Skip to content

Commit

Permalink
Merge pull request #4785 from manuelmeister/patch-2
Browse files Browse the repository at this point in the history
BUGFIX: Replace incorrect mention of itemRenderer to itemReducer
  • Loading branch information
kitsunet authored Dec 12, 2023
2 parents 5b0469a + ec5cc1d commit 2ba20dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/NeosFusionReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Render each item in ``items`` using ``itemRenderer`` and return the result as an
Neos.Fusion:Reduce
------------------

Reduce the given items to a single value by using ``itemRenderer``.
Reduce the given items to a single value by using ``itemReducer``.

:items: (array/Iterable, **required**) The array or iterable to iterate over (to calculate ``iterator.isLast`` items have to be ``countable``)
:itemName: (string, defaults to ``item``) Context variable name for each item
Expand Down

0 comments on commit 2ba20dd

Please sign in to comment.