Author: luc
Date: Sun Oct 3 16:45:55 2010
New Revision: 1003997
URL: http://svn.apache.org/viewvc?rev=1003997&view=rev
Log:
grammar
Modified:
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/ArrayFieldVector.java
Modified:
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/ArrayFieldVector.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/ArrayFieldVector.java?rev=1003997&r1=1003996&r2=1003997&view=diff
==============================================================================
---
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/ArrayFieldVector.java
(original)
+++
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/ArrayFieldVector.java
Sun Oct 3 16:45:55 2010
@@ -80,7 +80,7 @@ public class ArrayFieldVector<T extends
/**
* Construct a vector from an array, copying the input array.
* <p>
- * This constructor need a non-empty {...@code d} array to retrieve
+ * This constructor needs a non-empty {...@code d} array to retrieve
* the field from its first element. This implies it cannot build
* 0 length vectors. To build vectors from any size, one should
* use the {...@link #ArrayFieldVector(Field, FieldElement[])} constructor.
@@ -119,7 +119,7 @@ public class ArrayFieldVector<T extends
* set to <code>false</code. This will prevent the copying and improve
* performance as no new array will be built and no data will be
copied.</p>
* <p>
- * This constructor need a non-empty {...@code d} array to retrieve
+ * This constructor needs a non-empty {...@code d} array to retrieve
* the field from its first element. This implies it cannot build
* 0 length vectors. To build vectors from any size, one should
* use the {...@link #ArrayFieldVector(Field, FieldElement[], boolean)}
constructor.
@@ -247,7 +247,7 @@ public class ArrayFieldVector<T extends
/**
* Construct a vector by appending one vector to another vector.
* <p>
- * This constructor need at least one non-empty array to retrieve
+ * This constructor needs at least one non-empty array to retrieve
* the field from its first element. This implies it cannot build
* 0 length vectors. To build vectors from any size, one should
* use the {...@link #ArrayFieldVector(Field, FieldElement[],
FieldElement[])} constructor.