diff --git a/expat/doc/reference.html b/expat/doc/reference.html
index 131b1df6..d2b0f60c 100644
--- a/expat/doc/reference.html
+++ b/expat/doc/reference.html
@@ -19,6 +19,7 @@
Copyright (c) 2021 Tomas Korbar
The application must make a concluding
+XML_Parse
or
+XML_ParseBuffer
call
+with isFinal
set to XML_TRUE
.
enum XML_Status XMLCALL @@ -1104,6 +1110,10 @@ piece of the document. Frequently, the last piece is empty (i.e.len
is zero.) If a parse error occurred, it returnsXML_STATUS_ERROR
. Otherwise it returnsXML_STATUS_OK
value. +Note that regardless of the return value, there is no guarantee that all +provided input has been parsed; only after the +concluding call will all handler callbacks and parsing errors have +happened.XML_ParseBuffer