File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ ref: db.getLastErrorObj-definition
18
18
inherit :
19
19
ref : _gle-method-definition
20
20
file : extracts-gle-methods-behavior-base.yaml
21
- post : |
22
- The :method:`db.getLastErrorObj()` is a :binary:`~bin.mongo` shell
23
- wrapper around the :dbcommand:`getLastError` command.
24
21
replacement :
25
22
gle : " :method:`db.getLastErrorObj()`"
26
23
returnobj : :ref:`document <getLastError-output>`
@@ -29,9 +26,6 @@ ref: db.getLastErrorObj-behavior
29
26
inherit :
30
27
ref : _gle-method-behavior
31
28
file : extracts-gle-methods-behavior-base.yaml
32
- post : |
33
- For information on the returned document, see :ref:`getLastError
34
- command <getLastError-output>`.
35
29
replacement :
36
30
gle : " :method:`db.getLastErrorObj()`"
37
31
returnobj : :ref:`document <getLastError-output>`
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ Behavior
66
66
67
67
.. include:: /includes/extracts/db.getLastErrorObj-behavior.rst
68
68
69
+ The :method:`db.getLastErrorObj()` is a shell wrapper around the
70
+ :dbcommand:`getLastError` command.
71
+
69
72
Example
70
73
-------
71
74
You can’t perform that action at this time.
0 commit comments