diff --git a/ttcQuery.md b/ttcQuery.md index 535b08e..6a3cb90 100644 --- a/ttcQuery.md +++ b/ttcQuery.md @@ -30,7 +30,7 @@ Comparators: - `<` less than - `>=` greater than or equal to - `<=` less than or equal to -- `!!` is true/exists. When used as the name of a child, it treats the entire parent as a list and returns the key as $0 and the value as $1 for each child. +- `!!` is true/exists. When used as the name of a child, it treats the entire parent as a list and resolves as a new object with the children `key` and `value` for each child - `!` is not - `/` or, allows matching one or more comparators at the same time