Skip to content

Commit 7f7bc0c

Browse files
authored
Merge pull request godotengine#8588 from timothyqiu/gdextension
Fix capitalization of GDExtension
2 parents d7d19fd + 1147f9a commit 7f7bc0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/platform/android/android_plugin.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,11 +354,11 @@ For example::
354354
else:
355355
printerr("Initialization error")
356356

357-
Support using the gdextension functionality in the Godot Editor
357+
Support using the GDExtension functionality in the Godot Editor
358358
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
359359

360-
If planning to use the gdextension functionality in the Godot Editor, it is recommended that the
361-
gdextension's native binaries are compiled not just for Android, but also for the OS onto which
360+
If planning to use the GDExtension functionality in the Godot Editor, it is recommended that the
361+
GDExtension's native binaries are compiled not just for Android, but also for the OS onto which
362362
developers / users intend to run the Godot Editor. Not doing so may prevent developers /
363363
users from writing code that accesses the plugin from within the Godot Editor.
364364

0 commit comments

Comments
 (0)