mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2026-02-25 02:34:39 +03:00
Fix a typo.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user