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 9fe0f2a commit c2010ffCopy full SHA for c2010ff
_ja/tour/tour-of-scala.md
@@ -34,7 +34,7 @@ Scalaは[全ての値がオブジェクトである](unified-types.html) とい
34
## Scalaは関数型 ##
35
Scalaは[すべての関数が値である](unified-types.html) という意味で関数型言語でもあります。
36
Scalaは無名関数を定義するために[軽量な構文](basics.html#関数)を提供し、
37
-[高階関数](higher-order-functions.html) をサポートし、関数の[ネスト](nested-functions.html) を許可し、[カリー化](multiple-parameter-lists.html) をサポートします。
+[高階関数](higher-order-functions.html) をサポートし、関数は[ネスト](nested-functions.html)しても良く、[カリー化](multiple-parameter-lists.html) をサポートします。
38
Scalaの[ケースクラス](case-classes.html)には[パターンマッチング](pattern-matching.html)が組み込まれていることにより、多くの関数型プログラミング言語で使われる代数型を作ることができます。
39
[シングルトンオブジェクト](singleton-objects.html) はクラスのメンバーではない関数をグループ化する便利な方法を提供します。
40
0 commit comments