瀏覽代碼

Fix miss spell

WSQS 5 月之前
父節點
當前提交
2624ee5388
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/platform/android/android_library.rst

+ 1 - 1
tutorials/platform/android/android_library.rst

@@ -183,7 +183,7 @@ Below we break-down the steps used to create the GLTF Viewer app.
 
 .. code-block:: java
 
-@Overrude
+@Override
 public List<String> getCommandLine(){
     return List.of("--main-pack","res://foo.pck");
 }