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:
parent
8c1df65ae6
commit
d9ca459114
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue