diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2019-08-19 19:40:31 +0200 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2019-08-19 20:43:42 +0200 |
commit | 7e075029c87f69ea39a93285d419b6dcff9ed633 (patch) | |
tree | a7ea2c589eb7e39aa83a156fba83f984eb9ba7d0 /doc/classes/ClassDB.xml | |
parent | cce148b0242836b5c32a7fa6c39013a2fc1c9eff (diff) |
Fix various typos and style errors in text
Diffstat (limited to 'doc/classes/ClassDB.xml')
-rw-r--r-- | doc/classes/ClassDB.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/ClassDB.xml b/doc/classes/ClassDB.xml index b7b77bc02a..fd08643dd5 100644 --- a/doc/classes/ClassDB.xml +++ b/doc/classes/ClassDB.xml @@ -134,7 +134,7 @@ <argument index="2" name="no_inheritance" type="bool" default="false"> </argument> <description> - Returns whether [code]class[/code] (or its ancestry if [code]no_inheritance[/code] is false) has a method called [code]method[/code] or not. + Returns whether [code]class[/code] (or its ancestry if [code]no_inheritance[/code] is [code]false[/code]) has a method called [code]method[/code] or not. </description> </method> <method name="class_has_signal" qualifiers="const"> @@ -201,7 +201,7 @@ <argument index="0" name="class" type="String"> </argument> <description> - Returns whether this class is enabled or not. + Returns whether this [code]class[/code] is enabled or not. </description> </method> <method name="is_parent_class" qualifiers="const"> |