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 a4cbf12 commit 902cc91Copy full SHA for 902cc91
docs/reference/eql/syntax.asciidoc
@@ -206,11 +206,11 @@ and or not
206
207
`and`::
208
Returns `true` only if the condition to the left and right _both_ return `true`.
209
-Otherwise returns `false.
+Otherwise returns `false`.
210
211
`or`::
212
Returns `true` if one of the conditions to the left or right `true`.
213
214
215
`not`::
216
Returns `true` if the condition to the right is `false`.
0 commit comments