summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authormiere43 <x.miere@gmail.com>2019-11-30 21:15:06 +0300
committermiere43 <x.miere@gmail.com>2019-11-30 21:16:11 +0300
commitd747c611872a545ea02a977c758acdb3cfc3e079 (patch)
tree87302de1b74ca5e268b0af08b298dcae16252a89 /doc/classes
parent5bf04d16f0720087df45539d1857cbdc239a4249 (diff)
Fixed typo in docs for Script and GDScript classes ("exends" -> "extends")
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Script.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Script.xml b/doc/classes/Script.xml
index e8a88acdb5..91014580d3 100644
--- a/doc/classes/Script.xml
+++ b/doc/classes/Script.xml
@@ -4,7 +4,7 @@
A class stored as a resource.
</brief_description>
<description>
- A class stored as a resource. A script exends the functionality of all objects that instance it.
+ A class stored as a resource. A script extends the functionality of all objects that instance it.
The [code]new[/code] method of a script subclass creates a new instance. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes.
</description>
<tutorials>