We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f414df commit 8f084d7Copy full SHA for 8f084d7
1 file changed
docs/gates.md
@@ -85,8 +85,8 @@ The following operators assist in evaluating documents:
85
The @exists operator will look for values that do or do not exist:
86
87
```
88
-@{ $secret: { @exists: true}
89
-@{ $secret: { @exists: false}
+@{ $secret: { @exists: true} }
+@{ $secret: { @exists: false} }
90
91
92
The @eq and @ne operator will look for values match or do not match a value:
0 commit comments