Skip to content

Commit c8c62bf

Browse files
authored
DOCSP-2339 resuming a change streams example output change (#1348) (#1441)
1 parent ebe6137 commit c8c62bf

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
@@ -416,7 +416,7 @@ remaining in the latest batch:
416416

417417
while (!resumedWatchCursor.isExhausted()){
418418
if (resumedWatchCursor.hasNext()){
419-
printjson(watchCursor.next());
419+
print(resumedWatchCursor.next());
420420
}
421421
}
422422

0 commit comments

Comments
 (0)