Browse Source

Update regexp-syntax.asciidoc (#43021)

Corrects a typo.
Shubham Vipul Majmudar 6 years ago
parent
commit
1fa67ce85f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/regexp-syntax.asciidoc

+ 1 - 1
docs/reference/query-dsl/regexp-syntax.asciidoc

@@ -224,7 +224,7 @@ follows a tilde `"~"` is negated.  For instance, `"ab~cd" means:
 
 * Starts with `a`
 * Followed by `b`
-* Followed by a string of any length that it anything but `c`
+* Followed by a string of any length that is anything but `c`
 * Ends with `d`
 
 For the string `"abcdef"`: