fixed typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95aca8ea3a
commit
9c5006b4a2
|
@ -279,7 +279,7 @@ public final class MathUtils {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns true iff both arguments aren null or have same dimensions
|
||||
* Returns true iff both arguments are null or have same dimensions
|
||||
* and all their elements are {@link #equals(double,double) equals}
|
||||
*
|
||||
* @param x first array
|
||||
|
|
Loading…
Reference in New Issue