Skip to content

Commit 777508e

Browse files
committed
Eliminate typo
1 parent 0faa403 commit 777508e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

algorithms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ <h1>Header <code>&lt;experimental/numeric&gt;</code> synopsis</h1>
509509
typename iterator_traits&lt;InputIterator&gt;::value_type
510510
reduce(InputIterator first, InputIterator last);
511511
<ins>template&lt;class ExecutionPolicy,
512-
InputIterator&gt;
512+
class InputIterator&gt;
513513
typename iterator_traits&lt;InputIterator&gt;::value_type
514514
reduce(ExecutionPolicy&amp;&amp; exec,
515515
InputIterator first, InputIterator last);</ins>

parallelism-ts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@ <h1>Contents</h1>
23752375
typename iterator_traits&lt;InputIterator&gt;::value_type
23762376
reduce(InputIterator first, InputIterator last);
23772377
<ins>template&lt;class ExecutionPolicy,
2378-
InputIterator&gt;
2378+
class InputIterator&gt;
23792379
typename iterator_traits&lt;InputIterator&gt;::value_type
23802380
reduce(ExecutionPolicy&amp;&amp; exec,
23812381
InputIterator first, InputIterator last);</ins>

parallelism-ts.pdf

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)