Skip to content

Commit 6f61983

Browse files
benluojulienrf
authored andcommitted
corrected.
1 parent 985834d commit 6f61983

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_zh-cn/overviews/scala3-book/fun-write-method-returns-function.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ def greet(): String => Unit =
7575
{% tabs fun-write-method-returns-function-5 %}
7676
{% tab 'Scala 2 and 3' %}
7777
````
78-
{% endtab %}
79-
{% endtabs %}
8078
scala> val greetFunction = greet()
8179
val greetFunction: String => Unit = Lambda....
8280
-----------------------------------------

0 commit comments

Comments
 (0)