summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-05-14 20:02:19 +0200
committerGitHub <noreply@github.com>2017-05-14 20:02:19 +0200
commit1b5c57916688b384be8aeacfb3aaedcf6e956d6e (patch)
tree344e973a0acbe74257ab1e3c722dc7309849fac4
parent1b3fad7edd62f6ea858211391722fc15cbb06773 (diff)
parent78c7847d1d5b7d581bd2cc75cc8e04c0377ff5dd (diff)
Merge pull request #8762 from honix/master
Docs: ERR_EOF -> ERR_FILE_EOF
-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 cea375005c..b50590c105 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -36778,7 +36778,7 @@
<return type="int">
</return>
<description>
- Poll the load. If OK is returned, this means poll will have to be called again. If ERR_EOF is returned, them the load has finished and the resource can be obtained by calling [method get_resource].
+ Poll the load. If OK is returned, this means poll will have to be called again. If ERR_FILE_EOF is returned, them the load has finished and the resource can be obtained by calling [method get_resource].
</description>
</method>
<method name="wait">