Browse Source

Armature.java: correct a typo in the javadoc

Stephen Gold 7 years ago
parent
commit
27bd16979c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jme3-core/src/main/java/com/jme3/anim/Armature.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/anim/Armature.java

@@ -63,7 +63,7 @@ public class Armature implements JmeCloneable, Savable {
     }
 
     /**
-     * Update all joints sin this Amature.
+     * Update all joints in this Armature.
      */
     public void update() {
         for (Joint rootJoint : rootJoints) {