Skip to content

Commit 9415925

Browse files
authored
DOCSP-2339 resuming a change streams example output change (#1348) (#1437)
1 parent 6f12622 commit 9415925

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
@@ -404,7 +404,7 @@ closed *and* there are no objects remaining in the latest batch:
404404

405405
while (!resumedWatchCursor.isClosed()){
406406
if (resumedWatchCursor.hasNext()){
407-
printjson(watchCursor.next());
407+
print(resumedWatchCursor.next());
408408
}
409409
}
410410

0 commit comments

Comments
 (0)