diff --git a/docs/reference/eql/syntax.asciidoc b/docs/reference/eql/syntax.asciidoc index 2ab923d2f98..4ecd705d31e 100644 --- a/docs/reference/eql/syntax.asciidoc +++ b/docs/reference/eql/syntax.asciidoc @@ -262,8 +262,8 @@ Strings are enclosed with double quotes (`"`) or single quotes (`'`). [[eql-syntax-wildcards]] ===== Wildcards -When making string comparisons using the `==` or `!=` operators, you can use the -`*` operator to match specific patterns: +When comparing strings using the `==` or `!=` operators, you can use the `*` +operator within the string to match specific patterns: [source,eql] ----