Armature.java: correct a typo in the javadoc

This commit is contained in:
Stephen Gold 2019-03-29 18:32:31 -07:00 committed by GitHub
parent f0d28a9501
commit 27bd16979c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {