From 8249a3e62e7c9c810ef698be387fa9df23eaa74b Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 24 Aug 2023 15:35:19 +0200 Subject: [PATCH] doc/reference.html: Fix "non NULL" to "non-NULL" --- expat/doc/reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/doc/reference.html b/expat/doc/reference.html index 41c4092e..131b1df6 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -1006,7 +1006,7 @@ typedef struct {

Construct a new parser using the suite of memory handling functions specified in ms. If ms is NULL, then use the standard set of memory management functions. If sep is -non NULL, then namespace processing is enabled in the created parser +non-NULL, 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.