Fix capitalization of GDExtension

This commit is contained in:
Haoyu Qiu
2023-12-08 17:53:21 +08:00
committed by Max Hilbrunner
parent ed8782cce9
commit 30de13bc77

View File

@@ -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.