Skip to content

Commit 14109f6

Browse files
committed
small fix
1 parent 4f8ee22 commit 14109f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/whats-new.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,16 @@ and fixes:
9393

9494
- Introduces the `bson.Vector <{+api+}/bson#Vector>`__ type to make inserting and querying
9595
vector data by using :atlas:`Atlas Vector Search </atlas-vector-search/vector-search-overview/>`
96-
easier and more efficient. For an example using the ``bson.Vector`` type, see
97-
the {+driver-short+}'s :ref:`Atlas Vector Search <golang-atlas-vector-search>` guide.
96+
easier and more efficient. To view an example that uses the ``bson.Vector`` type, see
97+
the :ref:`Atlas Vector Search <golang-atlas-vector-search>` guide.
9898

9999
- Extends the `ServerError <{+api+}/mongo#ServerError>`__ interface to include
100100
``ErrorCodes``, which returns a list of deduplicated error codes returned by
101101
the server during the lifetime of operation execution.
102102

103103
- Adds the ``sort`` option to `UpdateOneOptions <{+api+}/mongo/options#UpdateOneOptions>`__
104104
and `ReplaceOptions <{+api+}/mongo/options#ReplaceOptions>`__ for
105-
``UpdateOne()`` and ``ReplaceOne()`` operations and update and replace
106-
operations in bulk operations.
105+
standalone update and replace operations as well as for bulk operations.
107106

108107
For more information about the changes in this version, see the
109108
:github:`v2.1 release notes </mongodb/mongo-go-driver/releases/tag/v2.1.0>`

0 commit comments

Comments
 (0)