Skip to content

Commit

Permalink
rest of feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
norareidy committed Dec 9, 2024
1 parent 1d5fd3e commit 9a5b473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/data-formats/working-with-bson.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ a BSON document: ``bsoncxx::document::value`` and ``bsoncxx:document::view``.

A ``document::value`` object represents a BSON document that owns its
underlying buffer of data. When you pass a ``document::value`` object
to a {+driver-short+} method, the method receives a copy of the ``document::value``.
When a ``document::value`` object goes out of scope, its underlying buffer is freed.
to a {+driver-short+} method, the method receives a copy of the BSON document
data. When a ``document::value`` object goes out of scope, its underlying buffer is freed.

.. tip::

Expand Down

0 comments on commit 9a5b473

Please sign in to comment.