瀏覽代碼

Merge pull request #108 from Osrepnay/patch-1

Small typo
Davis Rollman 5 年之前
父節點
當前提交
eff3dd3052
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/tutorials/pages/beginner/hello_simpleapplication.adoc

+ 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 class MyGame extends SimpleApplication {
 
 
     public MyGame(){
     public MyGame(){
-         super(new MyCustomSate(), new AnotherState(), ....);
+         super(new MyCustomState(), new AnotherState(), ....);
     }
     }
 
 
     public static void main(String[] args) {
     public static void main(String[] args) {