We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b422dd commit 6ae0370Copy full SHA for 6ae0370
docs/reference/eql/syntax.asciidoc
@@ -203,11 +203,11 @@ and or not
203
204
`and`::
205
Returns `true` only if the condition to the left and right _both_ return `true`.
206
-Otherwise returns `false.
+Otherwise returns `false`.
207
208
`or`::
209
Returns `true` if one of the conditions to the left or right `true`.
210
211
212
`not`::
213
Returns `true` if the condition to the right is `false`.
0 commit comments