diff --git a/other/godot-cpp.rst b/other/godot-cpp.rst index 25ba3a8..bc8f43a 100644 --- a/other/godot-cpp.rst +++ b/other/godot-cpp.rst @@ -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 `__ -as possible. This means: +`module `__. +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