docs: ERR_EOF -> ERR_FILE_EOF

This commit is contained in:
honix 2017-05-14 20:35:40 +03:00
parent 4db79346bb
commit 78c7847d1d

View file

@ -36778,7 +36778,7 @@
<return type="int"> <return type="int">
</return> </return>
<description> <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> </description>
</method> </method>
<method name="wait"> <method name="wait">