瀏覽代碼

Merge pull request #1349 from necrosmash/patch-1

corrects a minor typo in scripting.rst
Poommetee Ketson 7 年之前
父節點
當前提交
01bc35613b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/step_by_step/scripting.rst

+ 1 - 1
getting_started/step_by_step/scripting.rst

@@ -346,5 +346,5 @@ Also, remember that nodes are referenced by name, not by type.
     values of different types.
     values of different types.
 
 
     The code approach also enables this with a 4th ``Array`` parameter that
     The code approach also enables this with a 4th ``Array`` parameter that
-    is empty be default. Feel free to read up on the ``Object.connect`` 
+    is empty by default. Feel free to read up on the ``Object.connect`` 
     method for more information.
     method for more information.