From d747c611872a545ea02a977c758acdb3cfc3e079 Mon Sep 17 00:00:00 2001 From: miere43 Date: Sat, 30 Nov 2019 21:15:06 +0300 Subject: Fixed typo in docs for Script and GDScript classes ("exends" -> "extends") --- modules/gdscript/doc_classes/GDScript.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gdscript/doc_classes') 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. - 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. -- cgit v1.2.3