[DOCS] Fix EQL syntax formatting (#65711) (#65744)

Co-authored-by: Howard <danielhuang@tencent.com>
This commit is contained in:
James Rodewig 2020-12-02 09:40:52 -05:00 committed by GitHub
parent 5b422dd19d
commit 6ae0370dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,11 +203,11 @@ and or not
`and`::
Returns `true` only if the condition to the left and right _both_ return `true`.
Otherwise returns `false.
Otherwise returns `false`.
`or`::
Returns `true` if one of the conditions to the left or right `true`.
Otherwise returns `false.
Otherwise returns `false`.
`not`::
Returns `true` if the condition to the right is `false`.