From 1147f9a9bbcb988f196b45a5ceead368289b3fee Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Fri, 8 Dec 2023 17:53:21 +0800 Subject: [PATCH] Fix capitalization of GDExtension --- tutorials/platform/android/android_plugin.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/platform/android/android_plugin.rst b/tutorials/platform/android/android_plugin.rst index 7a0a9229ba2..299b8068f11 100644 --- a/tutorials/platform/android/android_plugin.rst +++ b/tutorials/platform/android/android_plugin.rst @@ -354,11 +354,11 @@ For example:: else: printerr("Initialization error") -Support using the gdextension functionality in the Godot Editor +Support using the GDExtension functionality in the Godot Editor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -If planning to use the gdextension functionality in the Godot Editor, it is recommended that the -gdextension's native binaries are compiled not just for Android, but also for the OS onto which +If planning to use the GDExtension functionality in the Godot Editor, it is recommended that the +GDExtension's native binaries are compiled not just for Android, but also for the OS onto which developers / users intend to run the Godot Editor. Not doing so may prevent developers / users from writing code that accesses the plugin from within the Godot Editor.