summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/doc_classes
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2023-05-06 15:41:55 +0200
committerGitHub <noreply@github.com>2023-05-06 15:41:55 +0200
commit921d231ad644a40e79f5c26838a67f7f8a349bd7 (patch)
treede5f47460dade52d12734d0c439e4be52ac7f961 /modules/gdscript/doc_classes
parent76599bed51bedbc0c25e1cbc0b4142052afee2dd (diff)
parent8106d33d0f13825b4459898ca20282ba5b543897 (diff)
downloadredot-engine-921d231ad644a40e79f5c26838a67f7f8a349bd7.tar.gz
Merge pull request #76664 from Xenoparrot/simple-typos
Diffstat (limited to 'modules/gdscript/doc_classes')
-rw-r--r--modules/gdscript/doc_classes/@GDScript.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml
index aa257c274b..0e51230cd0 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>