|
If |proofConfig|.|created| is set and if the value is not a |
The second if is unnecessary. Even better, replace the later if the with its.
To be explicit, change —
If |proofConfig|.|created| is set and if the value is not a
— to —
If |proofConfig|.|created| is set and its value is not a
There seem to be dueling PRs for this. It was changed earlier today, but now it doesn't appear appears to have been (or was un-changed) un-changed.
If there are different opinions about this phrasing, I would like to get them hammered out, and a final PR made.
vc-di-bbs/index.html
Line 1475 in 3f3585f
The second
ifis unnecessary. Even better, replace the laterif thewithits.To be explicit, change —
If |proofConfig|.|created| is set and if the value is not a— to —
If |proofConfig|.|created| is set and its value is not aThere seem to be dueling PRs for this. It was changed earlier today, but now it
doesn't appearappears to have been(or was un-changed)un-changed.If there are different opinions about this phrasing, I would like to get them hammered out, and a final PR made.