We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7de74 commit e75156eCopy full SHA for e75156e
docs/tutorial/custom-types.txt
@@ -23,7 +23,7 @@ to convert to BSON and store in the database. That data will later be used to
23
reconstruct the object upon reading from the database.
24
25
As an example we present the ``LocalDateTime`` class. This class wraps around
26
-the :php:`MongoDB\\BSON\UTCDateTime <class.mongodb-bson-utcdatetime>` data
+the :php:`MongoDB\\BSON\\UTCDateTime <class.mongodb-bson-utcdatetime>` data
27
type and a time zone.
28
29
.. code-block:: php
0 commit comments