Skip to content

Commit f1d821c

Browse files
committed
MW feedback
1 parent 686a69e commit f1d821c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/data-formats/time-series.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ Your output should look similar to the following:
9494
Query a Time Series Collection
9595
------------------------------
9696

97-
To query in a time series collection, use the same conventions as you
98-
would for :ref:`retrieving <java-fundamentals-retrieve-data>`
99-
and :ref:`aggregating data <java-aggregation>`.
97+
To query in a time series collection, use the same conventions that you use for
98+
:ref:`retrieving <java-fundamentals-retrieve-data>` and :ref:`aggregating data
99+
<java-aggregation>`.
100100

101101
.. note:: Window Functions
102102

source/usage-examples/updateOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ We use the ``Updates`` builder, a factory class that contains static
6969
helper methods, to construct the update document. While you can pass an update
7070
document instead of using the builder, the builder provides type checking and
7171
simplified syntax. For more information about the ``Updates`` builder, see our
72-
:ref:`guide on Updates <updates-builders>`.
72+
:ref:`guide about Updates <updates-builders>`.
7373

7474
.. include:: /includes/connect-guide-note.rst
7575

0 commit comments

Comments
 (0)