소스 검색

Fix capitalization of GDExtension

Haoyu Qiu 1 년 전
부모
커밋
30de13bc77
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      tutorials/platform/android/android_plugin.rst

+ 3 - 3
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.