Skip to content

Commit eaa6889

Browse files
Merge pull request #39827 from changeworld/patch-1
Fix typo
2 parents a5c1098 + 07765bc commit eaa6889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/date-transformations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Checks that one date and time claim (string data type) is later than a second da
2525

2626
| Item | TransformationClaimType | Data Type | Notes |
2727
| ---- | ----------------------- | --------- | ----- |
28-
| inputClaim | leftOperand | string | First claim's type, which should be later than the second claim. |
29-
| inputClaim | rightOperand | string | Second claim's type, which should be earlier than the first claim. |
28+
| InputClaim | leftOperand | string | First claim's type, which should be later than the second claim. |
29+
| InputClaim | rightOperand | string | Second claim's type, which should be earlier than the first claim. |
3030
| InputParameter | AssertIfEqualTo | boolean | Specifies whether this assertion should pass if the left operand is equal to the right operand. |
3131
| InputParameter | AssertIfRightOperandIsNotPresent | boolean | Specifies whether this assertion should pass if the right operand is missing. |
3232
| InputParameter | TreatAsEqualIfWithinMillseconds | int | Specifies the number of milliseconds to allow between the two date times to consider the times equal (for example, to account for clock skew). |

0 commit comments

Comments
 (0)