Skip to content

Commit bcea87f

Browse files
[DOCS] Fix EQL syntax formatting (#65711)
1 parent 90d25d6 commit bcea87f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/eql/syntax.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@ and or not
206206

207207
`and`::
208208
Returns `true` only if the condition to the left and right _both_ return `true`.
209-
Otherwise returns `false.
209+
Otherwise returns `false`.
210210

211211
`or`::
212212
Returns `true` if one of the conditions to the left or right `true`.
213-
Otherwise returns `false.
213+
Otherwise returns `false`.
214214

215215
`not`::
216216
Returns `true` if the condition to the right is `false`.

0 commit comments

Comments
 (0)