diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 3b0189205..17b5946c6 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -69,13 +69,13 @@ successfully initialized from the link.
  • Code like this:
    -    if ((prec->dol.type != CONSTANT) &&
    +    if ((prec->dol.type != CONSTANT) &&
     
    should usually become:
    -    if (!dbLinkIsConstant(&prec->dol) &&
    +    if (!dbLinkIsConstant(&prec->dol) &&