Skip to content

Commit 9c79ab3

Browse files
authored
Update bulk.asciidoc (#1752)
Fix typo
1 parent 397422d commit 9c79ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/bulk.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ async function run () {
7777
// fix the document before to try it again.
7878
status: action[operation].status,
7979
error: action[operation].error,
80-
operation: body[i * 2],
81-
document: body[i * 2 + 1]
80+
operation: operations[i * 2],
81+
document: operations[i * 2 + 1]
8282
})
8383
}
8484
})

0 commit comments

Comments
 (0)