mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
doc/reference.html: Fix "non NULL" to "non-NULL"
This commit is contained in:
parent
c9205bb934
commit
8249a3e62e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue