Browse Source

Matrix3f: javadoc style tweak

Stephen Gold 3 years ago
parent
commit
ede34bad3b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jme3-core/src/main/java/com/jme3/math/Matrix3f.java

+ 2 - 2
jme3-core/src/main/java/com/jme3/math/Matrix3f.java

@@ -488,8 +488,8 @@ public final class Matrix3f implements Savable, Cloneable, java.io.Serializable
     }
     }
 
 
     /**
     /**
-     * Copy the matrix to the 1st 9 elements of the specified array. The matrix
-     * is unaffected.
+     * Copies the matrix to the 1st 9 elements of the specified array. The
+     * matrix is unaffected.
      *
      *
      * @param f storage for the elements (not null, length≥9)
      * @param f storage for the elements (not null, length≥9)
      * @param columnMajor true to store the elements in column-major order (m00,
      * @param columnMajor true to store the elements in column-major order (m00,