Skip to content

Commit 3b440b7

Browse files
committed
Capitalize the first word in Returns: blocks as suggested by Bryce
1 parent add4a5a commit 3b440b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

algorithms.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h1>Reductions</h1>
216216

217217
<cxx-requires>T shall meet the requirements of <code>CopyConstructible</code> and <code>MoveAssignable</code>. The expression <code>var = combiner(var, var)</code> shall be well-formed.</cxx-requires>
218218

219-
<cxx-returns>a reduction object of unspecified type having reduction value type <code>T</code>, reduction identity <code>identity</code>, combiner function object <code>combiner</code>, and using the object referenced by <code>var</code> as its live-out object.</cxx-returns>
219+
<cxx-returns><ins>A</ins><del>a</del> reduction object of unspecified type having reduction value type <code>T</code>, reduction identity <code>identity</code>, combiner function object <code>combiner</code>, and using the object referenced by <code>var</code> as its live-out object.</cxx-returns>
220220
</cxx-function>
221221

222222
<cxx-function>
@@ -237,7 +237,7 @@ <h1>Reductions</h1>
237237

238238
<cxx-requires>T shall meet the requirements of <code>CopyConstructible</code> and <code>MoveAssignable</code>.</cxx-requires>
239239

240-
<cxx-returns>a reduction object of unspecified type having reduction value type <code>T</code>, reduction identity and combiner operation as specified in table <cxx-ref to="reduction-identities-and-combiner-operations"></cxx-ref> and using the object referenced by <code>var</code> as its live-out object.</cxx-returns>
240+
<cxx-returns><ins>A</ins><del>a</del> reduction object of unspecified type having reduction value type <code>T</code>, reduction identity and combiner operation as specified in table <cxx-ref to="reduction-identities-and-combiner-operations"></cxx-ref> and using the object referenced by <code>var</code> as its live-out object.</cxx-returns>
241241

242242
<table is="cxx-table" class="column-rules" id=reduction-identities-and-combiner-operations>
243243
<caption>Reduction identities and combiner operations</caption>
@@ -329,7 +329,7 @@ <h1>Inductions</h1>
329329
<em>unspecified</em> induction(T&amp;&amp; var, S stride);</cxx-signature>
330330

331331
<cxx-returns>
332-
an induction object with induction value type <code>remove_cv_t&lt;remove_reference_t&lt;T&gt;&gt;</code>,
332+
<ins>A</ins><del>a</del>n induction object with induction value type <code>remove_cv_t&lt;remove_reference_t&lt;T&gt;&gt;</code>,
333333
initial value <code>var</code>, and (if specified) stride <code>stride</code>. If <code>T</code> is an lvalue reference
334334
to non-<code>const</code> type, then the object referenced by <code>var</code> becomes the live-out object for the
335335
induction object; otherwise there is no live-out object.
@@ -472,7 +472,7 @@ <h1>No vec</h1>
472472
</cxx-effects>
473473

474474
<cxx-returns>
475-
the result of <code>f</code>.
475+
<ins>T</ins><del>t</del>he result of <code>f</code>.
476476
</cxx-returns>
477477

478478
<cxx-notes>

0 commit comments

Comments
 (0)