Fixed javadoc typos.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1180316 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-10-08 05:23:06 +00:00
parent 8c1df65ae6
commit d9ca459114
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ public interface Vector<S extends Space> extends Serializable {
*/
Space getSpace();
/** Get the null vector of the vetorial space or origin point of the affine space.
* @return null vector of the vetorial space or origin point of the affine space
/** Get the null vector of the vectorial space or origin point of the affine space.
* @return null vector of the vectorial space or origin point of the affine space
*/
Vector<S> getZero();