Skip to content

Commit bcb77b4

Browse files
authored
[docs] Add missing comma (#43073)
Adds a missing comma to a code example
1 parent 4fd7a22 commit bcb77b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ingest/processors/set.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include::common-options.asciidoc[]
1717
[source,js]
1818
--------------------------------------------------
1919
{
20-
"description" : "sets the value of count to 1"
20+
"description" : "sets the value of count to 1",
2121
"set": {
2222
"field": "count",
2323
"value": 1

0 commit comments

Comments
 (0)