Explorar o código

Merge pull request #108 from Osrepnay/patch-1

Small typo
Davis Rollman %!s(int64=5) %!d(string=hai) anos
pai
achega
eff3dd3052

+ 1 - 1
docs/modules/tutorials/pages/beginner/hello_simpleapplication.adoc

@@ -249,7 +249,7 @@ It allows you to specify what AppState you want for your application. So SimpleA
 public class MyGame extends SimpleApplication {
 
     public MyGame(){
-         super(new MyCustomSate(), new AnotherState(), ....);
+         super(new MyCustomState(), new AnotherState(), ....);
     }
 
     public static void main(String[] args) {