From 268bf309b50cb50febe4598f714a8963c977a95b Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Tue, 9 Sep 2025 16:02:38 +0200 Subject: [PATCH] Fix a typo. --- engine/unit_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/unit_tests.rst b/engine/unit_tests.rst index 91710cf..e95a7ab 100644 --- a/engine/unit_tests.rst +++ b/engine/unit_tests.rst @@ -3,7 +3,7 @@ Contributing unit tests ======================= -The Godot teams are dedicated to ensuring a reliably, bug-free experience for users. +The Godot teams are dedicated to ensuring a reliable, bug-free experience for users. Therefore, we expect important logic to be tested with unit tests. Godot's unit tests are built into the binary, and can be run with an argument to the executable.