Skip to content

Commit cbf8200

Browse files
committed
Update Reference “opencilk-language-specification”
1 parent 5f20cda commit cbf8200

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/reference/opencilk-language-specification.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -689,9 +689,9 @@ else ((<var>first</var>) <code>-</code> (<var>limit</var>)) <code>/</code> <code
689689
a++;</pre>
690690
<p>The call to function <code>f</code> is the spawn point and the statement <code>a++;</code>
691691
is the continuation. The expression <code>a + b</code> and the initialization of
692-
the temporary variable holding that value, and the evaluation of <code>x\\\\\[g()]</code>
692+
the temporary variable holding that value, and the evaluation of <code>x\\\\\\[g()]</code>
693693
take place before the spawn point. The execution of <code>f</code>, the assignment
694-
to <code>x\\\\\[g()]</code>, and the destruction of the temporary variable holding <code>
694+
to <code>x\\\\\\[g()]</code>, and the destruction of the temporary variable holding <code>
695695
a + b</code> take place in the child.</p>
696696
<p>If a statement is followed by an implicit sync, that sync is the spawn continuation.</p>
697697
<p class="note">Programmer note: The sequencing may be more clear if</p>
@@ -1204,8 +1204,8 @@ void <var>T_destroy</var>(void* <var>r</var>, void* <var>view</var>);</pre>
12041204
<tbody>
12051205
<tr>
12061206
<td><var>T_reduce</var></td>
1207-
<td>Evaluate &#x201c;<code>\\\\\*(T\\\\\*)</code><var>left</var> <code>= \\\\\*(T\\\\\*)</code> <var>left</var>
1208-
&#x2297; <code>\\\\\*(T\\\\\*)</code> <var>right</var>&#x201d;</td>
1207+
<td>Evaluate &#x201c;<code>\\\\\\*(T\\\\\\*)</code><var>left</var> <code>= \\\\\\*(T\\\\\\*)</code> <var>left</var>
1208+
&#x2297; <code>\\\\\\*(T\\\\\\*)</code> <var>right</var>&#x201d;</td>
12091209
</tr>
12101210
<tr>
12111211
<td><var>T_identity</var></td>

0 commit comments

Comments
 (0)