diff --git a/README.md b/README.md
index 34f7a31..d41d3ce 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
Document Number: N4353
- Date: 2015-01-06
+ Date: 2015-01-08
Revises:
Project: Programming Language C++
Project Number: TS 19570
diff --git a/algorithms.html b/algorithms.html
index 5d438ab..6a6742a 100644
--- a/algorithms.html
+++ b/algorithms.html
@@ -509,7 +509,7 @@
Header <experimental/numeric>
synopsis
typename iterator_traits<InputIterator>::value_type
reduce(InputIterator first, InputIterator last);
template<class ExecutionPolicy,
- InputIterator>
+ class InputIterator>
typename iterator_traits<InputIterator>::value_type
reduce(ExecutionPolicy&& exec,
InputIterator first, InputIterator last);
diff --git a/parallelism-ts.html b/parallelism-ts.html
index a6231c9..c844bcc 100644
--- a/parallelism-ts.html
+++ b/parallelism-ts.html
@@ -2375,7 +2375,7 @@ Contents
typename iterator_traits<InputIterator>::value_type
reduce(InputIterator first, InputIterator last);
template<class ExecutionPolicy,
- InputIterator>
+ class InputIterator>
typename iterator_traits<InputIterator>::value_type
reduce(ExecutionPolicy&& exec,
InputIterator first, InputIterator last);
diff --git a/parallelism-ts.pdf b/parallelism-ts.pdf
index 06e63d9..516c8c1 100644
Binary files a/parallelism-ts.pdf and b/parallelism-ts.pdf differ