Skip to content

Commit 63f5d9f

Browse files
committed
last missed "For comprehension" => "For-comprehension"
1 parent 2fb91c3 commit 63f5d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_cheatsheets/index.md

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

0 commit comments

Comments
 (0)