浏览代码

Update gdextension_c_example.rst

Austin Almond 4 月之前
父节点
当前提交
1966e9a844
共有 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