diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2019-11-30 22:08:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-30 22:08:29 +0100 |
| commit | ea8a30a5eab7a9afd2e4752e849c1fc42b1bcfbc (patch) | |
| tree | 87302de1b74ca5e268b0af08b298dcae16252a89 /modules/gdscript/doc_classes/GDScript.xml | |
| parent | 5bf04d16f0720087df45539d1857cbdc239a4249 (diff) | |
| parent | d747c611872a545ea02a977c758acdb3cfc3e079 (diff) | |
Merge pull request #34024 from miere43/script-docs-typo-fix
Fixed typo in docs for Script and GDScript classes
Diffstat (limited to 'modules/gdscript/doc_classes/GDScript.xml')
| -rw-r--r-- | modules/gdscript/doc_classes/GDScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/doc_classes/GDScript.xml b/modules/gdscript/doc_classes/GDScript.xml index 6f43361914..8e175a7ab8 100644 --- a/modules/gdscript/doc_classes/GDScript.xml +++ b/modules/gdscript/doc_classes/GDScript.xml @@ -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 exends 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 instance 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> |