Răsfoiți Sursa

AnimEvent: grammatical correction to the javadoc

Stephen Gold 4 ani în urmă
părinte
comite
e5899ff0b4

+ 1 - 1
jme3-core/src/main/java/com/jme3/cinematic/events/AnimEvent.java

@@ -46,7 +46,7 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 
 /**
- * An CinematicEvent that plays a canned animation action in an
+ * A CinematicEvent that plays a canned animation action in an
  * {@link com.jme3.anim.AnimComposer}.
  *
  * Inspired by Nehon's {@link AnimationEvent}.