diff --git a/core/builtins/native/kotlin/Array.kt b/core/builtins/native/kotlin/Array.kt index 6bc1992f995..0853144061c 100644 --- a/core/builtins/native/kotlin/Array.kt +++ b/core/builtins/native/kotlin/Array.kt @@ -52,7 +52,7 @@ public class Array { public val size: Int /** - * Creates an iterator for iterating over the elements of the array. + * Creates an [Iterator] for iterating over the elements of the array. */ public operator fun iterator(): Iterator }