Skip to content

Commit 5b5466b

Browse files
Fix typo in the parallel_reduce (#406)
Remove extra ':' symbol
1 parent 7eec886 commit 5b5466b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/elements/oneTBB/source/algorithms/functions/parallel_reduce_func.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Requirements:
5151
* The ``Range`` type must meet the :doc:`Range requirements <../../named_requirements/algorithms/range>`.
5252
* The ``Body`` type must meet the :doc:`ParallelReduceBody requirements <../../named_requirements/algorithms/par_reduce_body>`.
5353
* The ``Func`` type must meet the :doc:`ParallelReduceFunc requirements <../../named_requirements/algorithms/par_reduce_func>`.
54-
* The ``Reduction`` types must meet ::doc:`ParallelReduceReduction requirements <../../named_requirements/algorithms/par_reduce_reduction>`.
54+
* The ``Reduction`` types must meet :doc:`ParallelReduceReduction requirements <../../named_requirements/algorithms/par_reduce_reduction>`.
5555

5656
The function template ``parallel_reduce`` has two forms:
5757
The functional form is designed to be easy to use in conjunction with lambda expressions.

0 commit comments

Comments
 (0)