We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985834d commit 6f61983Copy full SHA for 6f61983
_zh-cn/overviews/scala3-book/fun-write-method-returns-function.md
@@ -75,8 +75,6 @@ def greet(): String => Unit =
75
{% tabs fun-write-method-returns-function-5 %}
76
{% tab 'Scala 2 and 3' %}
77
````
78
-{% endtab %}
79
-{% endtabs %}
80
scala> val greetFunction = greet()
81
val greetFunction: String => Unit = Lambda....
82
-----------------------------------------
0 commit comments