Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Albertson <kevin.albertson@mongodb.com>
  • Loading branch information
baileympearson and kevinAlbs authored Jul 27, 2023
1 parent 91abe38 commit bdf1ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/index-management/index-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ Index View API
* or language/implementation equivalent.
*
* If drivers are unable to make the IndexView iterable, they MAY opt to provide the options for
* listing search indexes via the `list` method instead of the `Collection.listSearchIndexes` method.
* listing search indexes via the `list` method instead of the `Collection.indexes` method.
*/
list(): Cursor;
Expand Down Expand Up @@ -1030,7 +1030,7 @@ Index View API for Search Indexes
* or language/implementation equivalent.
*
* If drivers are unable to make the SearchIndexView iterable, they MAY opt to provide the options for
* listing search indexes via the `list` method instead of the `Collection.listSearchIndexes` method.
* listing search indexes via the `list` method instead of the `Collection.searchIndexes` method.
*/
list(): Cursor<Document>;
Expand Down
2 changes: 1 addition & 1 deletion source/index-management/tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ObjectId (``new ObjectId().toHexString()`` in Node).
Setup
~~~~~

These tests must run against an Atlas cluster with a 7.0+ server. Tools are available drivers-evergreen-tools which can setup and teardown
These tests must run against an Atlas cluster with a 7.0+ server. `Scripts are available <https://github.com/mongodb-labs/drivers-evergreen-tools/tree/master/.evergreen/atlas>`_ in drivers-evergreen-tools which can setup and teardown
Atlas clusters. To ensure that the Atlas cluster is cleaned up after each CI run, drivers should configure evergreen to run these tests
as a part of a task group. Be sure that the cluster gets torn down!

Expand Down

0 comments on commit bdf1ab8

Please sign in to comment.