浏览代码

Grammar fix: "it's" -> "its"

Because apparent intended wording is not "...thanks to [it is] high level constructs...".
follower 6 年之前
父节点
当前提交
0279d82c8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/optimization/using_servers.rst

+ 1 - 1
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<doc_scene_tree>`. Using nodes and 
 resources simplifies project organization and asset management in complex games.