Skip to content

Commit cdc9c09

Browse files
authored
DOCSP-2339 resuming a change streams example output change (#1348) (#1438)
1 parent 07d4c33 commit cdc9c09

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

406406
while (!resumedWatchCursor.isClosed()){
407407
if (resumedWatchCursor.hasNext()){
408-
printjson(watchCursor.next());
408+
print(resumedWatchCursor.next());
409409
}
410410
}
411411

0 commit comments

Comments
 (0)