diff options
author | UltraBIF <92269209+Xenoparrot@users.noreply.github.com> | 2023-05-01 18:09:49 -0400 |
---|---|---|
committer | UltraBIF <92269209+Xenoparrot@users.noreply.github.com> | 2023-05-02 18:24:32 -0400 |
commit | 8106d33d0f13825b4459898ca20282ba5b543897 (patch) | |
tree | 24bf3aa2d60aa1ded11dd84475bdc95c7b991554 /modules/gdscript/doc_classes/@GDScript.xml | |
parent | ee865051367a78bf20f50500520af13ef8f1097b (diff) | |
download | redot-engine-8106d33d0f13825b4459898ca20282ba5b543897.tar.gz |
Fixed various typos across the docs
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 d8f12f7232..1e6daaa9a6 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -139,7 +139,7 @@ print(is_instance_of(a, MyClass)) print(is_instance_of(a, MyClass.InnerClass)) [/codeblock] - [b]Note:[/b] If [param value] and/or [param type] are freed objects (see [method @GlobalScope.is_instance_valid]), or [param type] is not one of the above options, this method will raise an runtime error. + [b]Note:[/b] If [param value] and/or [param type] are freed objects (see [method @GlobalScope.is_instance_valid]), or [param type] is not one of the above options, this method will raise a runtime error. See also [method @GlobalScope.typeof], [method type_exists], [method Array.is_same_typed] (and other [Array] methods). </description> </method> |