Skip to content

Commit 460e104

Browse files
committed
US 06
Signed-off-by: Matthias Kretz <[email protected]>
1 parent ce565a3 commit 460e104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
template<class T> struct type_identity { using type = T; };
117117
template<class T> using type_identity_t = typename type_identity<T>::type;
118118

119-
// \ref{parallel.alg.reductions}, Support for reductions
119+
// \ref{parallel.alg.reductions}, Reductions
120120
template<class T, class BinaryOperation>
121121
@\unspec@ reduction(T& var, const T& identity, BinaryOperation combiner);
122122
template<class T>
@@ -134,7 +134,7 @@
134134
template<class T>
135135
@\unspec@ reduction_max(T& var);
136136

137-
// \ref{parallel.alg.inductions}, Support for inductions
137+
// \ref{parallel.alg.inductions}, Inductions
138138
template<class T>
139139
@\unspec@ induction(T&& var);
140140
template<class T, class S>

0 commit comments

Comments
 (0)