Merge pull request #10792 from austin226/patch-3

Fix typo - gdexample.cpp should be gdexample.c in the C documentation
This commit is contained in:
Matthew
2025-03-24 17:57:53 -04:00
committed by GitHub
@@ -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