Explorar o código

Corrected typo.

mitm001 %!s(int64=8) %!d(string=hai) anos
pai
achega
6c7be32dc7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/docs/asciidoc/jme3/beginner/hello_animation.adoc

+ 1 - 1
src/docs/asciidoc/jme3/beginner/hello_animation.adoc

@@ -158,7 +158,7 @@ After you load the animated model, you register it to the Animation Controller.
 
 ----
 
-This line of code will return NULL if the AnimeControl is not in the main node of your model.
+This line of code will return NULL if the AnimControl is not in the main node of your model.
 
 [source,java]
 ----