Correct parameter reference in copyInto docs
This commit is contained in:
@@ -507,7 +507,7 @@ object ArrayOps : TemplateGroupBase() {
|
||||
@param endIndex the end (exclusive) of the subrange to copy, size of this array by default.
|
||||
|
||||
@throws IndexOutOfBoundsException or [IllegalArgumentException] when [startIndex] or [endIndex] is out of range of this array indices or when `startIndex > endIndex`.
|
||||
@throws IndexOutOfBoundsException when the subrange doesn't fit into the [destination] array starting at the specified [destinationIndex],
|
||||
@throws IndexOutOfBoundsException when the subrange doesn't fit into the [destination] array starting at the specified [destinationOffset],
|
||||
or when that index is out of the [destination] array indices range.
|
||||
|
||||
@return the [destination] array.
|
||||
|
||||
Reference in New Issue
Block a user