浏览代码

Change text to avoid use of first person in Static typing in GDScript (#4953)

DeeJayLSP 4 年之前
父节点
当前提交
ff7961167d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/scripting/gdscript/static_typing.rst

+ 1 - 1
getting_started/scripting/gdscript/static_typing.rst

@@ -248,7 +248,7 @@ Typed or dynamic: stick to one style
 ------------------------------------
 ------------------------------------
 
 
 Typed GDScript and dynamic GDScript can coexist in the same project. But
 Typed GDScript and dynamic GDScript can coexist in the same project. But
-I recommend to stick to either style for consistency in your codebase,
+it's recommended to stick to either style for consistency in your codebase,
 and for your peers. It's easier for everyone to work together if you
 and for your peers. It's easier for everyone to work together if you
 follow the same guidelines, and faster to read and understand other
 follow the same guidelines, and faster to read and understand other
 people's code.
 people's code.