Skip to content

Commit 34fbcd5

Browse files
committedJan 9, 2015
Merge pull request #42 from jaredhoberock/master
Eliminate more typos
2 parents 0faa403 + 5bbaf4d commit 34fbcd5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Document Number: N4353
2-
Date: 2015-01-06
2+
Date: 2015-01-08
33
Revises:
44
Project: Programming Language C++
55
Project Number: TS 19570

‎algorithms.html

+1-1
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

+1-1
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)
Please sign in to comment.