浏览代码

Merge pull request #1984 from corrigentia/patch-25

Fix some grammar in getting_started.rst
Rémi Verschelde 6 年之前
父节点
当前提交
a694f1b737
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      getting_started/scripting/visual_script/getting_started.rst

+ 3 - 3
getting_started/scripting/visual_script/getting_started.rst

@@ -34,7 +34,7 @@ must be ".vs" (for Visual Script!).
 .. image:: img/visual_script4.png
 
 
-Finally, the Script Editor will open, allowing to start the editing of the visual script:
+Finally, the Script Editor will open, allowing you to start editing the visual script:
 
 .. image:: img/visual_script5.png
 
@@ -106,9 +106,9 @@ connected to it:
 Creating a Function Manually
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-The last way to create functions is to do it manually. In general this is not as common unless you
+The last way to create functions is to do it manually. In general, this is not as common unless you
 really need it. Custom functions work when another (or the same) script calls them manually.
-The main use case for this is to separate a function into more, or reusing your visual code.
+The main use cases for this are breaking a larger function up into several manageable chunks and reusing your visual code.
 
 To create a function manually, push the big "Plus" button, and a new function will be added
 with a default name: