Skip to content

Commit b74fda2

Browse files
authored
Merge pull request #10792 from austin226/patch-3
Fix typo - gdexample.cpp should be gdexample.c in the C documentation
2 parents ce31d17 + 1966e9a commit b74fda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdextension/gdextension_c_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ the destructor.
760760
761761
...
762762
763-
In the ``gdexample.cpp`` file, we will initialize these values in the constructor
763+
In the ``gdexample.c`` file, we will initialize these values in the constructor
764764
and add the implementations for those new functions, which are quite trivial:
765765

766766
.. code-block:: c

0 commit comments

Comments
 (0)