Update gdextension_c_example.rst

This commit is contained in:
Austin Almond
2025-03-23 19:22:05 -04:00
committed by GitHub
parent cce8630743
commit 1966e9a844

View File

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