Browse Source

Fix miss spell

WSQS 3 tháng trước cách đây
mục cha
commit
2624ee5388
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");
 }