Skip to content

Commit c2010ff

Browse files
Update _ja/tour/tour-of-scala.md
allowは「しても良く」くらい Co-Authored-By: eugene yokota <eed3si9n@gmail.com>
1 parent 9fe0f2a commit c2010ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ja/tour/tour-of-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Scalaは[全ての値がオブジェクトである](unified-types.html) とい
3434
## Scalaは関数型 ##
3535
Scalaは[すべての関数が値である](unified-types.html) という意味で関数型言語でもあります。
3636
Scalaは無名関数を定義するために[軽量な構文](basics.html#関数)を提供し、
37-
[高階関数](higher-order-functions.html) をサポートし、関数の[ネスト](nested-functions.html) を許可し[カリー化](multiple-parameter-lists.html) をサポートします。
37+
[高階関数](higher-order-functions.html) をサポートし、関数は[ネスト](nested-functions.html)しても良く[カリー化](multiple-parameter-lists.html) をサポートします。
3838
Scalaの[ケースクラス](case-classes.html)には[パターンマッチング](pattern-matching.html)が組み込まれていることにより、多くの関数型プログラミング言語で使われる代数型を作ることができます。
3939
[シングルトンオブジェクト](singleton-objects.html) はクラスのメンバーではない関数をグループ化する便利な方法を提供します。
4040

0 commit comments

Comments
 (0)