浏览代码

[docs] Add missing comma (#43073)

Adds a missing comma to a code example
Brandon Morelli 6 年之前
父节点
当前提交
bcb77b4fde
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/ingest/processors/set.asciidoc

+ 1 - 1
docs/reference/ingest/processors/set.asciidoc

@@ -17,7 +17,7 @@ include::common-options.asciidoc[]
 [source,js]
 [source,js]
 --------------------------------------------------
 --------------------------------------------------
 {
 {
-  "description" : "sets the value of count to 1"
+  "description" : "sets the value of count to 1",
   "set": {
   "set": {
     "field": "count",
     "field": "count",
     "value": 1
     "value": 1