Skip to content

Commit 9a06809

Browse files
committed
last missed "For comprehension" => "For-comprehension"
1 parent dad7904 commit 9a06809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/cheatsheets/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ breakable {
235235
yield x * 10</code></pre>
236236
<br><em><strong>same as</strong></em><br>
237237
<pre class="highlight"><code>xs.filter(_ % 2 == 0).map(_ * 10)</code></pre></td>
238-
<td>For comprehension: filter/map.</td>
238+
<td>For-comprehension: filter/map.</td>
239239
</tr>
240240
<tr>
241241
<td><pre class="highlight"><code>for ((x, y) &lt;- xs zip ys)

0 commit comments

Comments
 (0)