From 045ac590bcb0a4130c40f31359b5e4a454169e21 Mon Sep 17 00:00:00 2001 From: Colton Spurgin <89691651+Kh1ng@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:05:15 -0600 Subject: [PATCH] Update faq.rst Fixed a grammatical error. --- about/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/faq.rst b/about/faq.rst index cf0cd8094af..4c707379c59 100644 --- a/about/faq.rst +++ b/about/faq.rst @@ -516,7 +516,7 @@ reasons why we have chosen SCons over other alternatives. For example: customization (:ref:`modules `). This requires complex logic which is easier to write in an actual programming language (like Python) rather than using a mostly macro-based language only meant for building. -- Godot build process makes heavy use of cross-compiling tools. Each +- Godot's build process makes heavy use of cross-compiling tools. Each platform has a specific detection process, and all these must be handled as specific cases with special code written for each.