diff options
author | kobewi <kobewi4e@gmail.com> | 2022-01-02 18:32:49 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-01-02 21:09:18 +0100 |
commit | 2cad7754617f3d7b434d1e9dd7e9ceb30e93d323 (patch) | |
tree | ddf93784dda1234ebb78fe2e6bdef573e97b5689 /doc/classes/CodeHighlighter.xml | |
parent | 223beef14a6c6a3c904a3810c2fba353994937c2 (diff) |
Fix usage of "Return" in the docs
Diffstat (limited to 'doc/classes/CodeHighlighter.xml')
-rw-r--r-- | doc/classes/CodeHighlighter.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/CodeHighlighter.xml b/doc/classes/CodeHighlighter.xml index 064be0c29d..efd8f618e7 100644 --- a/doc/classes/CodeHighlighter.xml +++ b/doc/classes/CodeHighlighter.xml @@ -76,21 +76,21 @@ <return type="bool" /> <argument index="0" name="start_key" type="String" /> <description> - Return [code]true[/code] if the start key exists, else [code]false[/code]. + Returns [code]true[/code] if the start key exists, else [code]false[/code]. </description> </method> <method name="has_keyword_color" qualifiers="const"> <return type="bool" /> <argument index="0" name="keyword" type="String" /> <description> - Return [code]true[/code] if the keyword exists, else [code]false[/code]. + Returns [code]true[/code] if the keyword exists, else [code]false[/code]. </description> </method> <method name="has_member_keyword_color" qualifiers="const"> <return type="bool" /> <argument index="0" name="member_keyword" type="String" /> <description> - Return [code]true[/code] if the member keyword exists, else [code]false[/code]. + Returns [code]true[/code] if the member keyword exists, else [code]false[/code]. </description> </method> <method name="remove_color_region"> |