This commit is contained in:
Gilles 2014-12-15 13:48:48 +01:00
parent de73ad3115
commit 7fb571b16c
1 changed files with 1 additions and 1 deletions

View File

@ -1584,7 +1584,7 @@ public class MathArrays {
* @param stride Natural number.
* @return an array whose entries are the numbers
* {@code start, start + stride, ..., start + (size - 1) * stride}.
* If {@code n == 0}, the returned array is empty.
* If {@code size == 0}, the returned array is empty.
*
* @since 3.4
*/