Skip to content

Commit 6ae0370

Browse files
[DOCS] Fix EQL syntax formatting (#65711) (#65744)
Co-authored-by: Howard <[email protected]>
1 parent 5b422dd commit 6ae0370

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
@@ -203,11 +203,11 @@ and or not
203203

204204
`and`::
205205
Returns `true` only if the condition to the left and right _both_ return `true`.
206-
Otherwise returns `false.
206+
Otherwise returns `false`.
207207

208208
`or`::
209209
Returns `true` if one of the conditions to the left or right `true`.
210-
Otherwise returns `false.
210+
Otherwise returns `false`.
211211

212212
`not`::
213213
Returns `true` if the condition to the right is `false`.

0 commit comments

Comments
 (0)