Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 9ba6958

Browse files
committed
build errors
1 parent dd9d3bb commit 9ba6958

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

source/reference/verification/custom-manual.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -59,26 +59,26 @@ For example, for a collection named ``pets`` in the ``records`` database, you
5959
can verify the shard key using the following query in :binary:`mongosh`:
6060

6161
.. io-code-block::
62-
:copyable: true
63-
64-
.. input::
65-
:language: javascript
66-
67-
db.getSiblingDB("config").collections.find({ _id : "records.pets" })
68-
69-
.. output::
70-
:language: javascript
71-
:emphasize-lines: 5-7
72-
:visible: false
73-
74-
{
75-
"_id" : "records.pets",
76-
"lastmod" : ISODate("2021-07-21T15:48:15.193Z"),
77-
"timestamp": Timestamp(1626882495, 1),
78-
"key" : {
79-
"_id" : 1
80-
},
81-
"unique" : false,
82-
"lastmodEpoch" : ObjectId("5078407bd58b175c5c225fdc"),
83-
"uuid" : UUID("f8669e52-5c1b-4ea2-bbdc-a00189b341da")
84-
}
62+
:copyable: true
63+
64+
.. input::
65+
:language: javascript
66+
67+
db.getSiblingDB("config").collections.find({ _id : "records.pets" })
68+
69+
.. output::
70+
:language: javascript
71+
:emphasize-lines: 5-7
72+
:visible: false
73+
74+
{
75+
"_id" : "records.pets",
76+
"lastmod" : ISODate("2021-07-21T15:48:15.193Z"),
77+
"timestamp": Timestamp(1626882495, 1),
78+
"key" : {
79+
"_id" : 1
80+
},
81+
"unique" : false,
82+
"lastmodEpoch" : ObjectId("5078407bd58b175c5c225fdc"),
83+
"uuid" : UUID("f8669e52-5c1b-4ea2-bbdc-a00189b341da")
84+
}

0 commit comments

Comments
 (0)