Skip to content

Commit 6d09534

Browse files
committed
Formatting fix
1 parent 56d0952 commit 6d09534

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/tutorials/ruby-driver-change-streams.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ once. Initial aggregation is never retried. In practical terms this means
8686
that, for example:
8787

8888
- Calling ``collection.watch`` will fail if the cluster does not have
89-
enough available nodes to satisfy the ``"majority"`` read preference;
89+
enough available nodes to satisfy the ``"majority"`` read preference.
9090
- Once ``collection.watch`` successfully returns, if the cluster subsequently
91-
experiences an election or loses a node, but heals quickly enough,
92-
change stream reads via ``next`` or ``each`` methods will continue
93-
transparently to the application.
91+
experiences an election or loses a node, but heals quickly enough,
92+
change stream reads via ``next`` or ``each`` methods will continue
93+
transparently to the application.
9494

9595
If the cluster loses enough nodes to not be able to satisfy the ``"majority"``
9696
read preference and does not heal quickly enough, ``next`` and ``each``

0 commit comments

Comments
 (0)