Skip to content

Commit b274e7e

Browse files
authored
Merge pull request #1906 from tomohiroyoshida/patch-3
Fixed a typo
2 parents 7483b34 + b6b4eb9 commit b274e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ja/tour/higher-order-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ previous-page: mixin-class-composition
1414
---
1515

1616
高階関数は他の関数をパラメーターとして受け取る、もしくは結果として関数を返します。
17-
このようなことができるのは、Scalaでは関数が第一級値 (first-classs value) だからです。
17+
このようなことができるのは、Scalaでは関数が第一級値 (first-class value) だからです。
1818
用語が少し紛らわしいかもしれませんが、
1919
ここでは"高階関数"というフレーズを関数をパラメーターとして受け取る、または関数を返すメソッドと関数の両方に対して使います。
2020

0 commit comments

Comments
 (0)