فهرست منبع

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");
 }