From 1966e9a8440078f7395839fee928b6098d91b0ea Mon Sep 17 00:00:00 2001 From: Austin Almond Date: Sun, 23 Mar 2025 19:22:05 -0400 Subject: [PATCH] Update gdextension_c_example.rst --- tutorials/scripting/gdextension/gdextension_c_example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/gdextension/gdextension_c_example.rst b/tutorials/scripting/gdextension/gdextension_c_example.rst index 1f1ef7f17..7975712ad 100644 --- a/tutorials/scripting/gdextension/gdextension_c_example.rst +++ b/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