Преглед на файлове

Merge pull request #10792 from austin226/patch-3

Fix typo - gdexample.cpp should be gdexample.c in the C documentation
Matthew преди 5 месеца
родител
ревизия
b74fda2c2b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tutorials/scripting/gdextension/gdextension_c_example.rst

+ 1 - 1
tutorials/scripting/gdextension/gdextension_c_example.rst

@@ -760,7 +760,7 @@ the destructor.
 
     ...
 
-In the ``gdexample.cpp`` file, we will initialize these values in the constructor
+In the ``gdexample.c`` file, we will initialize these values in the constructor
 and add the implementations for those new functions, which are quite trivial:
 
 .. code-block:: c