Skip to content

Commit 5437492

Browse files
committed
bullet pts
1 parent 3148b8f commit 5437492

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

source/indexes/index-mgmt.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ API Documentation
135135
To learn more about any of the methods or types discussed in this
136136
guide, see the following API documentation:
137137

138-
:phpmethod:`MongoDB\Collection::listIndexes()`
139-
:phpmethod:`MongoDB\Collection::dropIndex()`
140-
:phpmethod:`MongoDB\Collection::dropIndexes()`
138+
- :phpmethod:`MongoDB\Collection::listIndexes()`
139+
- :phpmethod:`MongoDB\Collection::dropIndex()`
140+
- :phpmethod:`MongoDB\Collection::dropIndexes()`

source/indexes/multikey-index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ API Documentation
8181
To learn more about any of the methods discussed in this guide, see the following API
8282
documentation:
8383

84-
:phpmethod:`MongoDB\Collection::createIndex()`
85-
:phpmethod:`MongoDB\Collection::findOne()`
84+
- :phpmethod:`MongoDB\Collection::createIndex()`
85+
- :phpmethod:`MongoDB\Collection::findOne()`

source/indexes/single-field-index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ API Documentation
9292
To learn more about any of the methods discussed in this guide, see the following API
9393
documentation:
9494

95-
:phpmethod:`MongoDB\Collection::createIndex()`
96-
:phpmethod:`MongoDB\Collection::findOne()`
95+
- :phpmethod:`MongoDB\Collection::createIndex()`
96+
- :phpmethod:`MongoDB\Collection::findOne()`

0 commit comments

Comments
 (0)