Skip to content

Commit 45e6454

Browse files
committed
fix formating
1 parent 05ecf6f commit 45e6454

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

_docs/attributes/attributes-operators.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,13 @@ A *Set* data type is a collection of elements. The following operators are suppo
112112
|Has All of, Does not Have All of | Matches *all* of |
113113

114114
**Examples**
115+
115116
| Targeting Rule | Will Match |
116117
|--|--|
117-
|Equals [USA,CAN] | [USA,CAN]|
118-
|Is Part of [USA,CAN,MEX] | [USA,CAN] |
119-
|Has Any of [IND,PAK]| [PAK] or [IND] |
120-
|Has All of [DEU,AUT] | [DEU,AUT] |
118+
|Equals (USA,CAN) | [USA,CAN)|
119+
|Is Part of (USA,CAN,MEX] | [USA,CAN) |
120+
|Has Any of (IND,PAK) | (PAK) or (IND) |
121+
|Has All of (DEU,AUT) | [DEU,AUT) |
121122

122123
### Example 6: Color Set contains [red,blue,green]
123124

0 commit comments

Comments
 (0)