summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2016-09-08 00:00:08 -0300
committerGitHub <noreply@github.com>2016-09-08 00:00:08 -0300
commit2e8c73331ad6e4854be7d6f61034d0fee1b0b7eb (patch)
tree7f0f9e76410457141560986fd8f189721134c0d0
parent6aedff796850f6d4b38f4febc7421ee5cd202944 (diff)
parentcd82fafd5810248e261ac633f9c942125d90906a (diff)
Merge pull request #6428 from Gastronok/master
Correct Directory.list_dir_begin() Documentation
-rw-r--r--doc/base/classes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index e0b18e968b..1b54a70be8 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -10871,7 +10871,7 @@
</return>
<description>
Initialise the stream used to list all files and directories using the [method get_next] function, closing the current opened stream if needed. Once the stream has been processed, it should typically be closed with [method list_dir_end].
- Return false if the stream could not be initialised.
+ Return true if the stream could not be initialised.
</description>
</method>
<method name="list_dir_end">