Fix a typo.

This commit is contained in:
Lukas Tenbrink
2026-01-30 12:23:10 +01:00
parent 90f4ec4842
commit b010cf2686

View File

@@ -25,8 +25,8 @@ Feature guidelines
godot-cpp's API is modeled after Godot's API. We want writing godot-cpp code to be as similar as possible
to writing a
`module <https://docs.godotengine.org/en/stable/engine_details/architecture/custom_modules_in_cpp.html#doc-custom-modules-in-cpp>`__
as possible. This means:
`module <https://docs.godotengine.org/en/stable/engine_details/engine_api/custom_modules_in_cpp.html#doc-custom-modules-in-cpp>`__.
This means:
* The frameworks (templates, helper methods, etc.) are synchronized to Godot's frameworks regularly.
* We will not add features that are not already present in Godot. If you want to add new features