diff options
author | Sean Heffernan <seandheffernan@gmail.com> | 2019-05-23 19:15:43 -0700 |
---|---|---|
committer | Sean Heffernan <seandheffernan@gmail.com> | 2019-05-23 21:11:24 -0700 |
commit | 426bcc9941e98696c872b0f6421d2ef28b987e60 (patch) | |
tree | 6e8f954997238b2b10ee9ce5847cca73a7d1d4db /doc/classes/EditorFileSystem.xml | |
parent | a46b8e1ebfa0ef97c1fba046c6f2d975973c9401 (diff) |
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
Diffstat (limited to 'doc/classes/EditorFileSystem.xml')
-rw-r--r-- | doc/classes/EditorFileSystem.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/EditorFileSystem.xml b/doc/classes/EditorFileSystem.xml index 531af4c4e0..1c7a68fc0b 100644 --- a/doc/classes/EditorFileSystem.xml +++ b/doc/classes/EditorFileSystem.xml @@ -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"> |