Skip to content

Commit 95a5f41

Browse files
committed
remove note about foreach returning Unit
1 parent 5d931c4 commit 95a5f41

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
@@ -478,7 +478,7 @@ println(upper.getOrElse(""))</code></pre></td>
478478
case Some(x) =&gt; f(x)
479479
case None =&gt; ()
480480
}</code></pre></td>
481-
<td>Apply a procedure on optional value. Returns <code>Unit</code>.</td>
481+
<td>Apply a procedure on optional value.</td>
482482
</tr>
483483
<tr>
484484
<td><pre class="highlight"><code>option.fold(y)(f(_))</code></pre>

0 commit comments

Comments
 (0)