docs: ERR_EOF -> ERR_FILE_EOF

(cherry picked from commit 78c7847d1d)
This commit is contained in:
honix 2017-05-14 20:35:40 +03:00 committed by Rémi Verschelde
parent 971b2b2aee
commit 43b0aa612f

View File

@ -32332,7 +32332,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">