From 1c55e02084fe90757f478ee387e8f30bc21a6c76 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Mon, 4 Aug 2025 12:59:24 +0200 Subject: [PATCH] Add a missing dot and fix a spelling mistake. --- maintainers/building_releases.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintainers/building_releases.rst b/maintainers/building_releases.rst index 8458863..a94555a 100644 --- a/maintainers/building_releases.rst +++ b/maintainers/building_releases.rst @@ -9,7 +9,7 @@ Guidelines for release coordinators to build official releases. - Other relevant docs: `Building from source `__. This document starts by presenting how to make release builds in the -most succint way possible, and later sections give more details on +most succinct way possible, and later sections give more details on relevant steps or components. Build process @@ -203,7 +203,7 @@ The documentation needs version updates in various locations: * Update the class reference from `godot `__. * Create a new branch of the current version in `godot-docs `__. -* Create a new version for this branch on `readthedocs `__ +* Create a new version for this branch on `readthedocs `__. * Update the version number in `conf.py `__ to the upcoming version on ``master``. Using ``screen``