Update identity_attribute_rule.md - Fixed comment punctuation

Fixed comment punctuation in the example.
This commit is contained in:
GeoffAtIDW
2023-06-16 17:58:08 -04:00
committed by GitHub
parent 5115f9d38c
commit c26faaf32d

View File

@@ -93,7 +93,7 @@ if( startDate.before( today ) && endDate.after( today ) ) {
return "inactive"; return "inactive";
} }
// If we haven't calculated a state already; return null. // If we haven't calculated a state already, return null.
return null; return null;
]]></Source> ]]></Source>