diff --git a/expat/doc/reference.html b/expat/doc/reference.html index efc19f48..89081a67 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -2152,7 +2152,7 @@ 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 -a new random salt value if no value has been set at the start of parsing. +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 hash salt value of 0, as this value is used as sentinel value to indicate that XML_SetHashSalt has not been called. Consequently