From f5dd8a9a5a2c80b0f970c832d5cacf356d214775 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 4 May 2021 21:08:29 +0200 Subject: [PATCH] doc/reference.html: Add missing space after "Note:" --- expat/doc/reference.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/expat/doc/reference.html b/expat/doc/reference.html index 5b7f7c22..49b9cf8f 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -2184,9 +2184,9 @@ Helps in preventing DoS attacks based on predicting hash function behavior. In order to have an effect this must be called before parsing has started. Returns 1 if successful, 0 when called after XML_Parse or XML_ParseBuffer. -

Note:This call is optional, as the parser will auto-generate +

Note: This call is optional, as the parser will auto-generate a new random salt value if no value has been set at the start of parsing.

-

Note:One should not call XML_SetHashSalt with a +

Note: One should not call XML_SetHashSalt with a hash salt value of 0, as this value is used as sentinel value to indicate that XML_SetHashSalt has not been called. Consequently such a call will have no effect, even if it returns 1.