Skip to content

Commit 6f80c56

Browse files
wording
1 parent e81bc1e commit 6f80c56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/streaming-mode/streaming-read-config.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ You can configure the following properties when reading data from MongoDB in str
4848
| The collection name configuration.
4949
| You can specify multiple collections by separating the collection names
5050
with a comma.
51+
|
5152
| To learn more about specifying multiple collections, see :ref:`spark-specify-multiple-collections`.
5253

5354
* - ``comment``
@@ -224,7 +225,7 @@ part of the collection name.
224225
each collection sequentially. Streaming from a large number of
225226
collections cause slower performance.
226227

227-
Specify multiple collections as follows:
228+
Specify multiple collections as shown in the following example:
228229

229230
.. code-block:: java
230231

@@ -255,7 +256,7 @@ Specify multiple collections as follows:
255256
You can stream from all collections in the database by passing an
256257
asterisk (*) as a string for the collection name.
257258

258-
Specify all collections as follows:
259+
Specify all collections as shown in the following example:
259260

260261
.. code-block:: java
261262

0 commit comments

Comments
 (0)