[DOCS] replace '+' with `+`

This commit is contained in:
javanna 2017-06-19 16:53:55 +02:00 committed by Luca Cavanna
parent d9ec2a23c5
commit 2fb4a0d40c
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ The index parameter in the delete index API no longer accepts alias names.
Instead, it accepts only index names (or wildcards which will expand to
matching indices).
==== Support for '+' has been removed in index expressions
==== Support for `+` has been removed in index expressions
Omitting the '+' has the same effect as specifying it, hence support for '+'
Omitting the `+` has the same effect as specifying it, hence support for `+`
has been removed in index expressions.