Skip to content

Commit

Permalink
Update bulk.asciidoc (#1752)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
nkwwk committed Jan 12, 2023
1 parent 397422d commit 9c79ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/bulk.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ async function run () {
// fix the document before to try it again.
status: action[operation].status,
error: action[operation].error,
operation: body[i * 2],
document: body[i * 2 + 1]
operation: operations[i * 2],
document: operations[i * 2 + 1]
})
}
})
Expand Down

0 comments on commit 9c79ab3

Please sign in to comment.