소스 검색

Change less -> fewer

Nathan Lovato 5 년 전
부모
커밋
82dd565936
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      getting_started/scripting/gdscript/gdscript_styleguide.rst

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

@@ -188,7 +188,7 @@ spaces in dictionary references and function calls, or to create "columns."
 Quotes
 ~~~~~~
 
-Use double quotes unless single quotes make it possible to escape less
+Use double quotes unless single quotes make it possible to escape fewer
 characters in a given string. See the examples below:
 
 ::