Skip to content

Commit ac0b673

Browse files
authored
DOCSP-31553-change-streams-clarification (#5790) (#5837)
1 parent 68995e4 commit ac0b673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/changeStreams.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Change Streams
1818
:keywords: MongoDB triggers, change streams, database triggers, real time
1919

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

0 commit comments

Comments
 (0)