From 78c7847d1d5b7d581bd2cc75cc8e04c0377ff5dd Mon Sep 17 00:00:00 2001
From: honix
Date: Sun, 14 May 2017 20:35:40 +0300
Subject: docs: ERR_EOF -> ERR_FILE_EOF
---
doc/base/classes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index d1ae66c02..ff3173109 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -36778,7 +36778,7 @@
- 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].
--
cgit v1.3.1