From 7fb571b16cc4a0912e8d74609941563c79fe9e97 Mon Sep 17 00:00:00 2001 From: Gilles Date: Mon, 15 Dec 2014 13:48:48 +0100 Subject: [PATCH] Javadoc --- src/main/java/org/apache/commons/math3/util/MathArrays.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/math3/util/MathArrays.java b/src/main/java/org/apache/commons/math3/util/MathArrays.java index 8d515c614..a9e11b9d5 100644 --- a/src/main/java/org/apache/commons/math3/util/MathArrays.java +++ b/src/main/java/org/apache/commons/math3/util/MathArrays.java @@ -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 */