浏览代码

Merge pull request #10423 from tetrapod00/tweak-class-ref

Tweak wording in Contributing to the class reference
Max Hilbrunner 7 月之前
父节点
当前提交
1e6f52a566
共有 1 个文件被更改,包括 6 次插入5 次删除
  1. 6 5
      contributing/documentation/updating_the_class_reference.rst

+ 6 - 5
contributing/documentation/updating_the_class_reference.rst

@@ -11,11 +11,12 @@ methods, properties, and global objects, available for scripting. The class refe
 is available online, from the documentation sidebar, and in the Godot editor, from
 is available online, from the documentation sidebar, and in the Godot editor, from
 the help menu.
 the help menu.
 
 
-As the engine grows and features are added or modified, some parts of the class reference
-become obsolete and new descriptions and examples need to be added. While developers are
-encouraged to document all of their work in the class reference when submitting a pull request,
-we can't expect everyone to be able to write high quality documentation, so there is
-always work for contributors like you to polish existing and create missing reference material.
+As the engine grows and features are added or modified, some parts of the class
+reference become obsolete and new descriptions and examples need to be added.
+While developers are required to document their work in the class reference when
+submitting a pull request, we can't expect every programmer to be a good
+technical writer. There is always work for contributors like you to polish
+existing and create missing reference material.
 
 
 The source of the class reference
 The source of the class reference
 ---------------------------------
 ---------------------------------