Merge pull request #67656 from MewPurPur/instance🧹

Fix minor mistakes throughout the documentation
This commit is contained in:
Max Hilbrunner
2022-10-21 18:19:32 +02:00
committed by GitHub
22 changed files with 36 additions and 36 deletions

View File

@@ -4,7 +4,7 @@
A script implemented in the GDScript programming language.
</brief_description>
<description>
A script implemented in the GDScript programming language. The script extends the functionality of all objects that instance it.
A script implemented in the GDScript programming language. The script extends the functionality of all objects that instantiate it.
[method new] creates a new instance of the script. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes.
</description>
<tutorials>