Преглед на файлове

[DOCS] Fix EQL syntax formatting (#65711)

Howard преди 4 години
родител
ревизия
bcea87f3a3
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      docs/reference/eql/syntax.asciidoc

+ 2 - 2
docs/reference/eql/syntax.asciidoc

@@ -206,11 +206,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`.