This has already been corrected in the official API reference docs
This commit is contained in:
Thijs Schreijer 2022-03-04 11:24:31 +01:00 committed by GitHub
parent 80553ff825
commit 7abe5549cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -319,7 +319,7 @@ typedef void(XMLCALL *XML_StartDoctypeDeclHandler)(void *userData,
const XML_Char *pubid,
int has_internal_subset);
/* This is called for the start of the DOCTYPE declaration when the
/* This is called for the end of the DOCTYPE declaration when the
closing > is encountered, but after processing any external
subset.
*/