From c26faaf32d82bcc7c1b1520266cfdb9b5840e665 Mon Sep 17 00:00:00 2001 From: GeoffAtIDW <79669367+GeoffAtIDW@users.noreply.github.com> Date: Fri, 16 Jun 2023 17:58:08 -0400 Subject: [PATCH] Update identity_attribute_rule.md - Fixed comment punctuation Fixed comment punctuation in the example. --- .../identity-now/rules/cloud-rules/identity_attribute_rule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/idn/docs/identity-now/rules/cloud-rules/identity_attribute_rule.md b/products/idn/docs/identity-now/rules/cloud-rules/identity_attribute_rule.md index 2054e5564..ca7cb29d3 100644 --- a/products/idn/docs/identity-now/rules/cloud-rules/identity_attribute_rule.md +++ b/products/idn/docs/identity-now/rules/cloud-rules/identity_attribute_rule.md @@ -93,7 +93,7 @@ if( startDate.before( today ) && endDate.after( today ) ) { return "inactive"; } -// If we haven't calculated a state already; return null. +// If we haven't calculated a state already, return null. return null; ]]>