Fix small mistakes throughout much of the documentation

This commit is contained in:
VolTer
2022-10-20 04:09:17 +02:00
parent 28a4eec9a7
commit 05a9637d5d
22 changed files with 36 additions and 36 deletions

View File

@@ -13,7 +13,7 @@
<return type="bool" />
<param index="0" name="class" type="StringName" />
<description>
Returns [code]true[/code] if you can instance objects from the specified [param class], [code]false[/code] in other case.
Returns [code]true[/code] if objects can be instantiated from the specified [param class], otherwise returns [code]false[/code].
</description>
</method>
<method name="class_exists" qualifiers="const">