浏览代码

Fix formatting in update-by-query (#22628)

The automatic slicing section wasn't displaying the bullet list correctly.
Jake 8 年之前
父节点
当前提交
6ee72ae72d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/reference/docs/update-by-query.asciidoc

+ 1 - 0
docs/reference/docs/update-by-query.asciidoc

@@ -501,6 +501,7 @@ Which results in a sensible `total` like this one:
 
 Adding `slices` to `_update_by_query` just automates the manual process used in
 the section above, creating sub-requests which means it has some quirks:
+
 * You can see these requests in the
 <<docs-update-by-query-task-api,Tasks APIs>>. These sub-requests are "child"
 tasks of the task for the request with `slices`.