Skip to content

Commit 2fb4a0d

Browse files
committed
[DOCS] replace '+' with +
1 parent d9ec2a2 commit 2fb4a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/migration/migrate_6_0/indices.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ The index parameter in the delete index API no longer accepts alias names.
6363
Instead, it accepts only index names (or wildcards which will expand to
6464
matching indices).
6565

66-
==== Support for '+' has been removed in index expressions
66+
==== Support for `+` has been removed in index expressions
6767

68-
Omitting the '+' has the same effect as specifying it, hence support for '+'
68+
Omitting the `+` has the same effect as specifying it, hence support for `+`
6969
has been removed in index expressions.
7070

0 commit comments

Comments
 (0)