瀏覽代碼

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
 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:
 characters in a given string. See the examples below:
 
 
 ::
 ::