Browse Source

[DOCS] Escape commas in deprecated[] for Asciidoctor migration (#41598)

James Rodewig 6 years ago
parent
commit
8e3ff6793f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/params/boost.asciidoc

+ 1 - 1
docs/reference/mapping/params/boost.asciidoc

@@ -64,7 +64,7 @@ POST _search
 // CONSOLE
 
 
-deprecated[5.0.0, index time boost is deprecated.  Instead, the field mapping boost is applied at query time. For indices created before 5.0.0 the boost will still be applied at index time.]
+deprecated[5.0.0, "Index time boost is deprecated.  Instead, the field mapping boost is applied at query time. For indices created before 5.0.0, the boost will still be applied at index time."]
 [WARNING]
 .Why index time boosting is a bad idea
 ==================================================