Skip to content

Commit 336a29f

Browse files
committed
Correct terminology from "first-order functions" to "first-class functions"
1 parent e90a225 commit 336a29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/md/kotlin.core/type-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ In case we need to establish type containment between regular type $A$ and captu
794794
795795
#### Function types
796796
797-
Kotlin has first-order functions; e.g., it supports function types, which describe the argument and return types of its corresponding function.
797+
Kotlin has first-class functions; e.g., it supports function types, which describe the argument and return types of its corresponding function.
798798
799799
A function type $\FT$
800800

0 commit comments

Comments
 (0)