Skip to content

Commit 104042b

Browse files
authored
DOCSP-31553-change-streams-clarification (#5790)
1 parent 1b6b107 commit 104042b

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
@@ -29,7 +29,7 @@ Change Streams
2929
:keywords: database triggers, real time, code example, node.js, java sync, motor, swift sync, swift async
3030

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

0 commit comments

Comments
 (0)