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 b5d7a64 commit 31b171aCopy full SHA for 31b171a
source/crud/transactions.txt
@@ -52,19 +52,19 @@ Causal Consistency
52
53
.. replacement:: insert-one-method
54
55
- ``insert_one``
+ ``insert_one()``
56
57
.. replacement:: update-one-method
58
59
- ``update_one``
+ ``update_one()``
60
61
.. replacement:: find-one-method
62
63
- ``find``
+ ``find()``
64
65
.. replacement:: delete-one-method
66
67
- ``delete_one``
+ ``delete_one()``
68
69
.. replacement:: ReadConcern.MAJORITY
70
0 commit comments