Merge pull request #8762 from honix/master

Docs: ERR_EOF -> ERR_FILE_EOF
This commit is contained in:
Rémi Verschelde 2017-05-14 20:02:19 +02:00 committed by GitHub
commit 1b5c579166

View file

@ -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">