Minor, fix Array kdoc

This commit is contained in:
Alexander Udalov
2016-01-19 20:09:23 +03:00
parent 3d468aaab9
commit 0e481a4340
+2 -2
View File
@@ -18,8 +18,8 @@ package kotlin
/** /**
* Represents an array (specifically, a Java array when targeting the JVM platform). * Represents an array (specifically, a Java array when targeting the JVM platform).
* Array instances can be created using the [array] and [arrayOfNulls] standard * Array instances can be created using the [arrayOf], [arrayOfNulls] and [emptyArray]
* library functions. * standard library functions.
* See [Kotlin language documentation](http://kotlinlang.org/docs/reference/basic-types.html#arrays) * See [Kotlin language documentation](http://kotlinlang.org/docs/reference/basic-types.html#arrays)
* for more information on arrays. * for more information on arrays.
*/ */