Skip to content

Commit

Permalink
comma fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xboston authored and polyfractal committed Jul 2, 2014
1 parent aec04a2 commit 8f623e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/indexing-operations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ for($i = 0; $i < 100; $i++) {
);
$params['body'][] = array(
'doc_as_upsert' => 'true'
'doc_as_upsert' => 'true',
'doc' => array(
'my_field' => 'my_value',
'second_field' => 'some more values'
Expand Down

0 comments on commit 8f623e2

Please sign in to comment.