Skip to content

Commit 60092cf

Browse files
authored
Update articles/active-directory-b2c/string-transformations.md
1 parent f171243 commit 60092cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Determines whether a claim value is equal to the input parameter value. Check ou
215215
| ---- | ----------------------- | --------- | ----- |
216216
| InputClaim | inputClaim1 | string | The claim's type, which is to be compared. |
217217
| InputParameter | operator | string | Possible values: `EQUAL` or `NOT EQUAL`. |
218-
| InputParameter | compareTo | string | String comparison, one of the values, that is, the string to which the input claim 'inputClaim1' must be compared: Ordinal, OrdinalIgnoreCase. |
218+
| InputParameter | compareTo | string | String comparison, one of the values, that is, the string to which the input claim values must be compared to: Ordinal, OrdinalIgnoreCase. |
219219
| InputParameter | ignoreCase | string | Specifies whether this comparison should ignore the case of the strings being compared. |
220220
| OutputClaim | outputClaim | boolean | The claim that is produced after this claims transformation has been invoked. |
221221

0 commit comments

Comments
 (0)