Skip to content

Commit 25e864f

Browse files
authored
DOCSP-2339 resuming a change streams example output change (#1348)
1 parent 3d3b27a commit 25e864f

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

609609
while (!resumedWatchCursor.isClosed()){
610610
if (resumedWatchCursor.hasNext()){
611-
printjson(watchCursor.next());
611+
print(resumedWatchCursor.next());
612612
}
613613
}
614614

0 commit comments

Comments
 (0)