Skip to content

Commit 4a3bb46

Browse files
authored
Minor rewording
1 parent ed41a8c commit 4a3bb46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/engage/audiences/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ The audience summary is a breakdown of the percentages of external_ids of users
238238
239239
## FAQ
240240

241-
**Why am I getting a different user count when using the $ on a field?**
242-
It is recommended and correct to use the $ when dealing with array properties. However, note that the $ causes the logical condition to be applied to each array entry independently, and instead it's more accurate to use the “equals one of” condition.
241+
### Why do I get a different user count when I use `$` on a field?**
242+
Segment recommends using the `$` operator when you deal with array properties. However, the `$` causes logical conditions to apply independently to each array entry independently. As a result, you'll get more accurate results by using the `equals one of` condition:
243+
243244
![$ operator](https://github.com/segmentio/segment-docs/assets/68755692/7b0b6923-a4ad-4290-8aa6-bbbc7cb1ee1b)

0 commit comments

Comments
 (0)