diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-05-14 20:02:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-14 20:02:19 +0200 |
commit | 1b5c57916688b384be8aeacfb3aaedcf6e956d6e (patch) | |
tree | 344e973a0acbe74257ab1e3c722dc7309849fac4 /doc | |
parent | 1b3fad7edd62f6ea858211391722fc15cbb06773 (diff) | |
parent | 78c7847d1d5b7d581bd2cc75cc8e04c0377ff5dd (diff) |
Merge pull request #8762 from honix/master
Docs: ERR_EOF -> ERR_FILE_EOF
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 2 |
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"> |