Skip to content

Commit

Permalink
fix highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
norareidy committed Oct 2, 2023
1 parent 26c57ab commit b658690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/fundamentals/crud/read-operations/retrieve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,16 +217,16 @@ to the ``FindOne()`` method, which performs the following actions:

.. _golang-find-one-by-id:

Find One by Object ID Example
`````````````````````````````
Find One by ObjectId Example
````````````````````````````

This example defines an ``id`` variable with a value of type ``ObjectId``
and specifies a query filter with the ``id`` variable. The value of ``id``
corresponds to the ``_id`` field value of the following document:

.. code-block:: json
:copyable: false
:emphasize-lines: 1
:emphasize-lines: 3

[
{
Expand Down

0 comments on commit b658690

Please sign in to comment.