From faf7ca4214a6d0faaf09a2fe5cf0ae06040f48d0 Mon Sep 17 00:00:00 2001 From: WSQS Date: Sat, 5 Apr 2025 11:21:25 +0800 Subject: [PATCH] remove redandent sign --- tutorials/platform/android/android_library.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/platform/android/android_library.rst b/tutorials/platform/android/android_library.rst index 51ef7532a..080e6aad1 100644 --- a/tutorials/platform/android/android_library.rst +++ b/tutorials/platform/android/android_library.rst @@ -179,7 +179,7 @@ Below we break-down the steps used to create the GLTF Viewer app. to the Android app's ``assets`` directory. Using this approach requires passing the ``--main-pack `` argument to the hosted Godot Engine instance using `GodotHost#getCommandLine() `_. - Example:```` + Example: .. code-block:: java