Skip to content

Commit 7f4f7eb

Browse files
committed
Fix copy/paste typo reported by Bryce
1 parent 2afa067 commit 7f4f7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_parallel_types.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ <h1><ins>Algorithms</ins></h1>
22902290

22912291
<li>
22922292
<ins>
2293-
the result of element-wise application of <code>std::max(a[i], b[i])</code> for all <code>i</code> &#8714; <code>[0, size())</code> in the <code>second</code> member, and
2293+
the result of element-wise application of <code>std::max(a[i], b[i])</code> for all <code>i</code> &#8714; <code>[0, size())</code> in the <code>second</code> member.
22942294

22952295
</ins>
22962296
</li>

0 commit comments

Comments
 (0)