summaryrefslogtreecommitdiff
path: root/doc/classes/ResourceLoader.xml
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-09-24 14:45:03 -0300
committerMichael Alexsander <michaelalexsander@protonmail.com>2021-06-18 00:06:40 -0300
commit0ff4095b3689093680d4279851d6852eeaa0a0b3 (patch)
treef973969ce41b6810077e92c9cecca21d1c19f2b9 /doc/classes/ResourceLoader.xml
parent407229aeeb2302e96acc26b34b8656ace0b1a20c (diff)
Better format arguments in variant parser
Diffstat (limited to 'doc/classes/ResourceLoader.xml')
-rw-r--r--doc/classes/ResourceLoader.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ResourceLoader.xml b/doc/classes/ResourceLoader.xml
index c81b21333f..682d7b97f3 100644
--- a/doc/classes/ResourceLoader.xml
+++ b/doc/classes/ResourceLoader.xml
@@ -84,7 +84,7 @@
</return>
<argument index="0" name="path" type="String">
</argument>
- <argument index="1" name="progress" type="Array" default="[ ]">
+ <argument index="1" name="progress" type="Array" default="[]">
</argument>
<description>
Returns the status of a threaded loading operation started with [method load_threaded_request] for the resource at [code]path[/code]. See [enum ThreadLoadStatus] for possible return values.