diff options
author | honix <ted888@ya.ru> | 2017-05-14 20:35:40 +0300 |
---|---|---|
committer | honix <ted888@ya.ru> | 2017-05-14 20:35:40 +0300 |
commit | 78c7847d1d5b7d581bd2cc75cc8e04c0377ff5dd (patch) | |
tree | 6bc680ad52d333d113cafde3b3b1631b21a6a72a /doc/base/classes.xml | |
parent | 4db79346bb7aa0a8361e0d551005ffa64e5bc91c (diff) |
docs: ERR_EOF -> ERR_FILE_EOF
Diffstat (limited to 'doc/base/classes.xml')
-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 d1ae66c02c..ff3173109f 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"> |