Skip to content

Commit a9d12be

Browse files
authored
Fixed missing backslash in documentation (#794)
1 parent 86c9e3f commit a9d12be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/custom-types.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ to convert to BSON and store in the database. That data will later be used to
2323
reconstruct the object upon reading from the database.
2424

2525
As an example we present the ``LocalDateTime`` class. This class wraps around
26-
the :php:`MongoDB\\BSON\UTCDateTime <class.mongodb-bson-utcdatetime>` data
26+
the :php:`MongoDB\\BSON\\UTCDateTime <class.mongodb-bson-utcdatetime>` data
2727
type and a time zone.
2828

2929
.. code-block:: php

0 commit comments

Comments
 (0)