mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Change "Return" to "Returns" where necessary in XML documentation
In many of the XML files it had been noted that when the documentation
refers to a return value, both "Return" and "Returns" are used. This
has now been fixed to only say "Returns".
Fixes #28867
(cherry picked from commit 426bcc9941)
This commit is contained in:
committed by
Rémi Verschelde
parent
ce786bd100
commit
d846a0aaa3
@@ -38,14 +38,14 @@
|
||||
<return type="float">
|
||||
</return>
|
||||
<description>
|
||||
Return the scan progress for 0 to 1 if the FS is being scanned.
|
||||
Returns the scan progress for 0 to 1 if the FS is being scanned.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_scanning" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
Return [code]true[/code] of the filesystem is being scanned.
|
||||
Returns [code]true[/code] of the filesystem is being scanned.
|
||||
</description>
|
||||
</method>
|
||||
<method name="scan">
|
||||
|
||||
Reference in New Issue
Block a user