[DOCS] Fix a few typos.

This commit is contained in:
Andreas Haas
2017-10-14 12:45:49 +02:00
parent 9876bad05c
commit 4c716f3623
28 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
A script implemented in the Visual Script programming environment.
</brief_description>
<description>
A script implemented in the Visual Script programming environment. The script exends the functionality of all objects that instance it.
A script implemented in the Visual Script programming environment. The script extends the functionality of all objects that instance it.
[method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes.
You are most likely to use this class via the Visual Script editor or when writing plugins for it.
</description>