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).
* Array instances can be created using the [array] and [arrayOfNulls] standard
* library functions.
* Array instances can be created using the [arrayOf], [arrayOfNulls] and [emptyArray]
* standard library functions.
* See [Kotlin language documentation](http://kotlinlang.org/docs/reference/basic-types.html#arrays)
* for more information on arrays.
*/