Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/md/kotlin.core/type-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -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$

Expand Down