Browse Source

[DOCS] EQL: Correct `cidrMatch` function heading (#55935)

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

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

@@ -132,7 +132,7 @@ If `true`, matching is case-sensitive. Defaults to `false`.
 
 [discrete]
 [[eql-fn-cidrmatch]]
-==== `cidrMatch`
+=== `cidrMatch`
 
 Returns `true` if an IP address is contained in one or more provided
 https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing[CIDR] blocks.