Javadoc typos

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@739571 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-01-31 15:53:42 +00:00
parent a3b466009f
commit d957f434e4
1 changed files with 2 additions and 2 deletions

View File

@ -35,9 +35,9 @@ public class SparseRealVector implements RealVector {
* Build a 0-length vector.
* <p>Zero-length vectors may be used to initialized construction of vectors
* by data gathering. We start with zero-length and use either the {@link
* #SparseRealVector(SparseRealVecotr, int)} constructor
* #SparseRealVector(SparseRealVector, int)} constructor
* or one of the <code>append</code> method ({@link #append(double)}, {@link
* #append(double[])}, {@link #append(RealVectorImpl)}) to gather data
* #append(double[])}, {@link #append(RealVector)}) to gather data
* into this vector.</p>
*/
public SparseRealVector() {