Skip to content

Commit 954b935

Browse files
authored
DOCSP-31553-change-streams-clarification (#5790) (#5835)
1 parent e67af91 commit 954b935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/changeStreams.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Change Streams
2626
:keywords: database triggers, real time, code example, node.js, java sync, motor, swift sync, swift async
2727

2828
Change streams allow applications to access real-time data changes
29-
without the complexity and risk of tailing the :term:`oplog`.
29+
without the prior complexity and risk of manually tailing the :term:`oplog`.
3030
Applications can use change streams to subscribe to all data changes on
3131
a single collection, a database, or an entire deployment, and
3232
immediately react to them. Because change streams use the aggregation

0 commit comments

Comments
 (0)