Skip to content

Commit e5591ae

Browse files
committed
tech review
1 parent e9b87de commit e5591ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/data-formats/bson.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ Universally Unique IDs (UUIDs)
4949
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5050

5151
The {+driver-short+} supports UUIDs by using the BSON Binary subclass ``UUID``. You
52-
can create a ``UUID`` object by using the ``UUID()`` method. The following code
52+
can create a ``UUID`` object by using the ``UUID()`` constructor. The following code
5353
example generates a random UUID:
5454

5555
.. code-block:: javascript
5656

57-
import { BSON } from 'mongodb';
57+
import { UUID } from 'mongodb';
5858

5959
const myUuid = new BSON.UUID();
6060

0 commit comments

Comments
 (0)