doc/reference.html: Fix "non NULL" to "non-NULL"

This commit is contained in:
Sebastian Pipping 2023-08-24 15:35:19 +02:00
parent c9205bb934
commit 8249a3e62e

View file

@ -1006,7 +1006,7 @@ typedef struct {
<p>Construct a new parser using the suite of memory handling functions
specified in <code>ms</code>. If <code>ms</code> is <code>NULL</code>, then use the
standard set of memory management functions. If <code>sep</code> is
non <code>NULL</code>, then namespace processing is enabled in the created parser
non-<code>NULL</code>, then namespace processing is enabled in the created parser
and the character pointed at by sep is used as the separator between
the namespace URI and the local part of the name.</p>
</div>