Skip to content

Commit 995a5e0

Browse files
committed
fix missing angle bracket
1 parent b1da809 commit 995a5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/create-an-auto-incrementing-field.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ contains the last value of the sequence.
4949

5050
#. Create a ``getNextSequence`` function that accepts a ``name`` of the
5151
sequence. The function uses the :method:`findAndModify()
52-
<db.collection.findAndModify()` method to atomically increment the
52+
<db.collection.findAndModify()>` method to atomically increment the
5353
``seq`` value and return this new value:
5454

5555
.. code-block:: javascript

0 commit comments

Comments
 (0)