Skip to content

Commit 09c9fe8

Browse files
authored
DOCSP-31553-change-streams-clarification (#5790) (#5839)
1 parent d604b64 commit 09c9fe8

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
@@ -20,7 +20,7 @@ Change Streams
2020
.. versionadded:: 3.6
2121

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

0 commit comments

Comments
 (0)