소스 검색

Fix a typo: "and that you not introducing"

Anni Ryynänen 1 년 전
부모
커밋
b42f904796
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>`__
 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
 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.