Skip to content

Commit 0d58b5a

Browse files
Fix typo
Co-authored-by: A Thousand Ships (she/her) <[email protected]>
1 parent 2075def commit 0d58b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdextension/gdextension_cpp_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ of Godot. GDExtensions will not work in older versions of Godot (only Godot 4 an
3636
To use `GDExtension <https://godotengine.org/article/introducing-gd-extensions>`__
3737
you need to use the godot-cpp branch that matches the version of Godot that you are
3838
targeting. For example, if you're targeting Godot 4.1, use the ``4.1`` branch. Throughout
39-
this tutorial we use ``4.x`,` which will need to be replaced with the version of Godot you
39+
this tutorial we use ``4.x``, which will need to be replaced with the version of Godot you
4040
are targeting.
4141

4242
The ``master`` branch is the development branch which is updated regularly

0 commit comments

Comments
 (0)