Răsfoiți Sursa

Fix miss spell

WSQS 5 luni în urmă
părinte
comite
2624ee5388
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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");
 }