[Docs] Fix typo in pattern-tokenizer.asciidoc (#25626)

This commit is contained in:
Neil Rickards 2017-07-13 17:43:48 +01:00 committed by Christoph Büscher
parent fe383b7c27
commit 5189bd14f1

View File

@ -111,7 +111,7 @@ The `pattern` tokenizer accepts the following parameters:
`flags`:: `flags`::
Java regular expression http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#field.summary[flags]. Java regular expression http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#field.summary[flags].
lags should be pipe-separated, eg `"CASE_INSENSITIVE|COMMENTS"`. Flags should be pipe-separated, eg `"CASE_INSENSITIVE|COMMENTS"`.
`group`:: `group`::