Skip to content

Commit 2624ee5

Browse files
authored
Fix miss spell
1 parent faf7ca4 commit 2624ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/platform/android/android_library.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Below we break-down the steps used to create the GLTF Viewer app.
183183

184184
.. code-block:: java
185185
186-
@Overrude
186+
@Override
187187
public List<String> getCommandLine(){
188188
return List.of("--main-pack","res://foo.pck");
189189
}

0 commit comments

Comments
 (0)