From 0279d82c8de7dbf0686a563a86e97afc3dcd725e Mon Sep 17 00:00:00 2001 From: follower Date: Wed, 24 Apr 2019 02:57:19 +1200 Subject: [PATCH] Grammar fix: "it's" -> "its" Because apparent intended wording is not "...thanks to [it is] high level constructs...". --- tutorials/optimization/using_servers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/optimization/using_servers.rst b/tutorials/optimization/using_servers.rst index f317513b9..e539d4f9d 100644 --- a/tutorials/optimization/using_servers.rst +++ b/tutorials/optimization/using_servers.rst @@ -3,7 +3,7 @@ Optimization Using Servers ========================== -Engines like Godot provide increased ease of use thanks to it's high level constructs and features. +Engines like Godot provide increased ease of use thanks to its high level constructs and features. Most of them are accessed and used via the :ref:`Scene System`. Using nodes and resources simplifies project organization and asset management in complex games.