Skip to content

Commit 8f084d7

Browse files
authored
Update gates.md
1 parent 1f414df commit 8f084d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/gates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ The following operators assist in evaluating documents:
8585
The @exists operator will look for values that do or do not exist:
8686

8787
```
88-
@{ $secret: { @exists: true}
89-
@{ $secret: { @exists: false}
88+
@{ $secret: { @exists: true} }
89+
@{ $secret: { @exists: false} }
9090
```
9191

9292
The @eq and @ne operator will look for values match or do not match a value:

0 commit comments

Comments
 (0)