Skip to content

Commit 359efd8

Browse files
authored
DOCSP-36627: More backslash fixes (#1244)
1 parent 2d34b60 commit 359efd8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/reference/method/MongoDBCollection-explain.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Definition
2929
Parameters
3030
----------
3131

32-
``$explainable`` : :phpclass:`MongoDB\Operation\\Explainable`
32+
``$explainable`` : :phpclass:`MongoDB\Operation\Explainable`
3333
The command to explain.
3434

3535
``$options`` : array

docs/reference/method/MongoDBUpdateResult-getMatchedCount.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Definition
2929
(e.g. setting the value of a field to its current value), the matched
3030
count may be greater than the value returned by
3131
:phpmethod:`getModifiedCount()
32-
<MongoDB\\UpdateResult::getModifiedCount()>`.
32+
<MongoDB\UpdateResult::getModifiedCount()>`.
3333

3434
Return Values
3535
-------------

docs/tutorial/tailable-cursor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ preceding example to use the Iterator methods directly:
9999
throw an exception, since all results on the cursor have been exhausted.
100100

101101
The purpose of this example is to demonstrate the functional equivalence between
102-
``foreach`` and manual iteration with PHP's :php:`Iterator <iterator>`API.
102+
``foreach`` and manual iteration with PHP's :php:`Iterator <iterator>` API.
103103
For normal cursors, there is little reason to manually iterate results instead
104104
of a concise ``foreach`` loop.
105105

docs/upgrade.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Type Classes
3131

3232
When upgrading from the legacy driver, type classes such as MongoId must be
3333
replaced with classes in the
34-
`MongoDB\BSON namespace <https://php.net/manual/en/book.bson.php>`_. The
34+
`MongoDB\\BSON namespace <https://php.net/manual/en/book.bson.php>`_. The
3535
new driver also introduces interfaces for its BSON types, which should be
3636
preferred if applications need to type hint against BSON values.
3737

0 commit comments

Comments
 (0)