Преглед изворни кода

AnimEvent: grammatical correction to the javadoc

Stephen Gold пре 4 година
родитељ
комит
25a220cad0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      jme3-core/src/main/java/com/jme3/cinematic/events/AnimEvent.java

+ 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}.