Skip to content

Commit 1c0380d

Browse files
authored
[DOCS] EQL: Fix operator docs (#64286)
1 parent 5a76944 commit 1c0380d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/eql/syntax.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,13 @@ matching is case-sensitive.
242242
`+` (add)::
243243
Adds the values to the left and right of the operator.
244244

245-
`-` (Subtract)::
245+
`-` (subtract)::
246246
Subtracts the value to the right of the operator from the value to the left.
247247

248-
`*` (Subtract)::
248+
`*` (multiply)::
249249
Multiplies the values to the left and right of the operator.
250250

251-
`/` (Divide)::
251+
`/` (divide)::
252252
Divides the value to the left of the operator by the value to the right.
253253
+
254254
[[eql-divide-operator-float-rounding]]

0 commit comments

Comments
 (0)