From 336a29f6183e31f1907d77bc8e40fc443157002c Mon Sep 17 00:00:00 2001 From: yyh-gl Date: Tue, 14 Oct 2025 22:21:31 +0900 Subject: [PATCH] Correct terminology from "first-order functions" to "first-class functions" --- docs/src/md/kotlin.core/type-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/md/kotlin.core/type-system.md b/docs/src/md/kotlin.core/type-system.md index 76f573c9a..4e73000cf 100644 --- a/docs/src/md/kotlin.core/type-system.md +++ b/docs/src/md/kotlin.core/type-system.md @@ -794,7 +794,7 @@ In case we need to establish type containment between regular type $A$ and captu #### Function types -Kotlin has first-order functions; e.g., it supports function types, which describe the argument and return types of its corresponding function. +Kotlin has first-class functions; e.g., it supports function types, which describe the argument and return types of its corresponding function. A function type $\FT$