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

Commit ce5fcc5

Browse files
committed
move code
1 parent a0ed6d7 commit ce5fcc5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/reference/verification/custom-manual.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ can verify the shard key using the following query in :binary:`mongosh`:
6464
:copyable: true
6565

6666
.. input::
67-
:language: javascript
67+
:language: javascript
6868

69-
db.getSiblingDB("config").collections.find({ _id : "records.pets" })
69+
db.getSiblingDB("config").collections.find({ _id : "records.pets" })
7070

7171
.. output::
72-
:language: javascript
73-
:emphasize-lines: 5-7
74-
:visible: false
72+
:language: javascript
73+
:emphasize-lines: 5-7
74+
:visible: false
7575

76-
{
76+
{
7777
"_id" : "records.pets",
7878
"lastmod" : ISODate("2021-07-21T15:48:15.193Z"),
7979
"timestamp": Timestamp(1626882495, 1),

0 commit comments

Comments
 (0)