Skip to content

Commit 8bab89e

Browse files
committed
MM feedback 2
1 parent fbb41a1 commit 8bab89e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/read/specify-documents-to-return.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,12 @@ This default type map performs the following conversions:
213213

214214
In a custom type map, you can specify conversions to any type that implements
215215
``MongoDB\BSON\Unserializable``, as well as the ``array``, ``stdClass``, and ``object``
216-
types. The following example returns all documents that have a ``cuisine`` value of ``'Hawaiian'``
216+
types.
217+
218+
Example
219+
~~~~~~~
220+
221+
The following example returns all documents that have a ``cuisine`` value of ``'Hawaiian'``
217222
and specifies the ``typeMap`` option to convert the documents to array values:
218223

219224
.. io-code-block::

0 commit comments

Comments
 (0)