File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
.. _node-pkfactory:
2
2
3
- ==================================
4
- Generate Custom Values for `` _id``
5
- ==================================
3
+ ==============================
4
+ Generate Custom Values for _id
5
+ ==============================
6
6
7
7
.. default-domain:: mongodb
8
8
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ read events from the change stream:
91
91
92
92
You can attach listener functions to the ``ChangeStream`` object
93
93
by calling the ``on()`` method. This method is inherited from the
94
- Javascript ``EventEmitter`` class. Pass the string ``"change"`` as
94
+ JavaScript ``EventEmitter`` class. Pass the string ``"change"`` as
95
95
the first parameter and your listener function as the second parameter as shown below:
96
96
97
97
.. code-block:: javascript
You can’t perform that action at this time.
0 commit comments