We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1da809 commit 995a5e0Copy full SHA for 995a5e0
source/tutorial/create-an-auto-incrementing-field.txt
@@ -49,7 +49,7 @@ contains the last value of the sequence.
49
50
#. Create a ``getNextSequence`` function that accepts a ``name`` of the
51
sequence. The function uses the :method:`findAndModify()
52
- <db.collection.findAndModify()` method to atomically increment the
+ <db.collection.findAndModify()>` method to atomically increment the
53
``seq`` value and return this new value:
54
55
.. code-block:: javascript
0 commit comments