瀏覽代碼

Merge pull request #9458 from anniryynanen/patch-1

Fix a typo: "and that you not introducing"
Matthew 1 年之前
父節點
當前提交
220f44fc47
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contributing/development/code_style_guidelines.rst

+ 1 - 1
contributing/development/code_style_guidelines.rst

@@ -29,7 +29,7 @@ The rules used by clang-format are outlined in the
 `.clang-format <https://github.com/godotengine/godot/blob/master/.clang-format>`__
 `.clang-format <https://github.com/godotengine/godot/blob/master/.clang-format>`__
 file of the Godot repository.
 file of the Godot repository.
 
 
-As long as you ensure that your style matches the surrounding code and that you
+As long as you ensure that your style matches the surrounding code and that you're
 not introducing trailing whitespace or space-based indentation, you should be
 not introducing trailing whitespace or space-based indentation, you should be
 fine. If you plan to contribute regularly, however, we strongly advise that you
 fine. If you plan to contribute regularly, however, we strongly advise that you
 set up clang-format locally to check and automatically fix all your commits.
 set up clang-format locally to check and automatically fix all your commits.