Skip to content

Commit 136213f

Browse files
author
Chris Cho
authored
Remove extra period (#818)
1 parent 6f0d71e commit 136213f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/usage-examples/deleteOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ see the
2424

2525
If your application requires the deleted document after deletion,
2626
consider using the
27-
`collection.findOneAndDelete() <{+api+}/classes/Collection.html#findOneAndDelete>`__.
27+
`collection.findOneAndDelete() <{+api+}/classes/Collection.html#findOneAndDelete>`__
2828
method, which has a similar interface to ``deleteOne()`` but also
2929
returns the deleted document.
3030

0 commit comments

Comments
 (0)