Skip to content

Commit 41bafd1

Browse files
committed
remove double slashes
1 parent 0b44e31 commit 41bafd1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/whats-new.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ What's New in 2.0
4343
- The following methods return ``void`` instead of the raw command
4444
response:
4545

46-
- ``MongoDB\\Client``: ``dropDatabase()``
47-
- ``MongoDB\\Collection``: ``drop()``, ``dropIndex()``,
46+
- ``MongoDB\Client``: ``dropDatabase()``
47+
- ``MongoDB\Collection``: ``drop()``, ``dropIndex()``,
4848
``dropIndexes()``, ``dropSearchIndex()``, ``rename()``
49-
- ``MongoDB\\Database``: ``createCollection()``, ``drop()``,
49+
- ``MongoDB\Database``: ``createCollection()``, ``drop()``,
5050
``dropCollection()``, ``renameCollection()``
5151

5252
To learn more about breaking changes in this release, see the
@@ -82,13 +82,13 @@ improvements, and fixes:
8282
- Removes the deprecated ``IndexInfo::isGeoHaystack()`` method.
8383

8484
- Removes the deprecated ``autoIndexId`` option for the
85-
``MongoDB\\Database::createCollection()`` method.
85+
``MongoDB\Database::createCollection()`` method.
8686

8787
- Drops support for map-reduce functionality by removing the following
8888
deprecated methods and types:
8989

90-
- ``MongoDB\\Collection::mapReduce()``
91-
- ``MongoDB\\MapReduceResult``
90+
- ``MongoDB\Collection::mapReduce()``
91+
- ``MongoDB\MapReduceResult``
9292

9393
You can rewrite map-reduce operations by using aggregation pipeline
9494
stages such as ``$group`` and ``$merge``. To learn more, see
@@ -98,9 +98,9 @@ improvements, and fixes:
9898

9999
- Removes the following ``Iterator`` implementations:
100100

101-
- ``MongoDB\\Model\\CollectionInfoIterator``
102-
- ``MongoDB\\Model\\DatabaseInfoIterator``
103-
- ``MongoDB\\Model\\IndexInfoIterator``
101+
- ``MongoDB\Model\CollectionInfoIterator``
102+
- ``MongoDB\Model\DatabaseInfoIterator``
103+
- ``MongoDB\Model\IndexInfoIterator``
104104

105105
The :phpmethod:`MongoDB\Client::listDatabases()`,
106106
:phpmethod:`MongoDB\Database::listCollections()`, and

0 commit comments

Comments
 (0)