Skip to content

Commit e18da8b

Browse files
authored
Update _overviews/scala3-book/scala-for-javascript-devs.md
1 parent 6241968 commit e18da8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_overviews/scala3-book/scala-for-javascript-devs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ In both JavaScript and Scala, functions are objects, so their functionality is s
441441
</tr>
442442
<tr>
443443
<td class="scala-block">
444-
<code>// technically this is a method, not a function
444+
<code>// technically this is a method, not a function
445445
<br>def add(a: Int, b: Int) = a + b
446446
<br>add(2, 2)&nbsp;&nbsp; // 4</code>
447447
</td>
@@ -1374,4 +1374,3 @@ There are other concepts in Scala which currently have no equivalent in JavaScri
13741374
[union-types]: {% link _overviews/scala3-book/types-union.md %}
13751375

13761376
</div>
1377-

0 commit comments

Comments
 (0)