Browse Source

[DOCS] Update attribute for multi arg footnotes (#55860)

James Rodewig 5 years ago
parent
commit
8918eefa9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/eql/functions.asciidoc

+ 1 - 1
docs/reference/eql/functions.asciidoc

@@ -707,7 +707,7 @@ field datatypes:
 `<wildcard_exp>`::
 +
 --
-(Required{multi-arg}, string)
+(Required{multi-arg-ref}, string)
 Wildcard expression used to match the source string. If `null`, the function
 returns `null`. Fields are not supported as arguments.
 --