From 5908691ea09d2c034473c9f2d8015b50dba82d61 Mon Sep 17 00:00:00 2001 From: Russell Sanborn Date: Tue, 9 Jul 2024 13:59:04 -0500 Subject: [PATCH] Update contributing/development/compiling/introduction_to_the_buildsystem.rst Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> --- .../development/compiling/introduction_to_the_buildsystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/compiling/introduction_to_the_buildsystem.rst b/contributing/development/compiling/introduction_to_the_buildsystem.rst index 9a7af7761..e7ff838c7 100644 --- a/contributing/development/compiling/introduction_to_the_buildsystem.rst +++ b/contributing/development/compiling/introduction_to_the_buildsystem.rst @@ -133,7 +133,7 @@ All builds are optimized. Each mode means: The editor is enabled by default in all PC targets (Linux, Windows, macOS), disabled for everything else. Disabling the editor produces a binary that can -run projects, but does not include the editor or the Project Manager. +run projects but does not include the editor or the Project Manager. ::