From b010cf2686bd54a433ad1f5e10365bb5c0900ff4 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Fri, 30 Jan 2026 12:23:10 +0100 Subject: [PATCH] Fix a typo. --- other/godot-cpp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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