Skip to content

Commit 2446454

Browse files
authored
DOCSP-2339 resuming a change streams example output change (#1348) (#1439)
1 parent 6dbe345 commit 2446454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/method/db.collection.watch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ remaining in the latest batch:
418418

419419
while (!resumedWatchCursor.isExhausted()){
420420
if (resumedWatchCursor.hasNext()){
421-
printjson(watchCursor.next());
421+
print(resumedWatchCursor.next());
422422
}
423423
}
424424

0 commit comments

Comments
 (0)