aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/VisualScript.xml
diff options
context:
space:
mode:
authorAndreas Haas2017-10-14 12:45:26 +0200
committerAndreas Haas2017-10-14 12:45:49 +0200
commit4c716f362378c18db05dc5c09f878d2aa3c7dd98 (patch)
treed4151c90fcbaa395aaaf4053b9dcf89ed56cc38c /doc/classes/VisualScript.xml
parent9876bad05c9a037b7dd4ff7f2c981d1b20278e72 (diff)
downloadgodot-4c716f362378c18db05dc5c09f878d2aa3c7dd98.tar.gz
godot-4c716f362378c18db05dc5c09f878d2aa3c7dd98.tar.zst
godot-4c716f362378c18db05dc5c09f878d2aa3c7dd98.zip
[DOCS] Fix a few typos.
Diffstat (limited to 'doc/classes/VisualScript.xml')
-rw-r--r--doc/classes/VisualScript.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/VisualScript.xml b/doc/classes/VisualScript.xml
index e44547cd8..8961ff156 100644
--- a/doc/classes/VisualScript.xml
+++ b/doc/classes/VisualScript.xml
@@ -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>