doc/reference.html: Be consistent about "null-terminated"

.. regarding spelling
This commit is contained in:
Sebastian Pipping 2023-08-24 15:26:55 +02:00
parent 572bab6fe5
commit c9205bb934

View file

@ -1096,7 +1096,7 @@ enum XML_Status {
Parse some more of the document. The string <code>s</code> is a buffer
containing part (or perhaps all) of the document. The number of bytes of s
that are part of the document is indicated by <code>len</code>. This means
that <code>s</code> doesn't have to be null terminated. It also means that
that <code>s</code> doesn't have to be null-terminated. It also means that
if <code>len</code> is larger than the number of bytes in the block of
memory that <code>s</code> points at, then a memory fault is likely. The
<code>isFinal</code> parameter informs the parser that this is the last