Fixed various typos across the docs

(cherry picked from commit 8106d33d0f)
This commit is contained in:
UltraBIF
2023-05-01 18:09:49 -04:00
committed by Rémi Verschelde
parent 0566ac68de
commit 4b63ce83d2
17 changed files with 23 additions and 23 deletions

View File

@@ -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>