Skip to content

Commit 3ad01c1

Browse files
committed
DOCS-11422: Make readConcern syntax code block less wide
1 parent b56c5e6 commit 3ad01c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/includes/fact-readConcern-syntax.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ The readConcern option has the following syntax:
44

55
.. code-block:: javascript
66
7-
readConcern: { level: <value>, afterClusterTime: <Timestamp> }
7+
readConcern: { level: <value>,
8+
afterClusterTime: <Timestamp> }
89
910
.. important::
1011

0 commit comments

Comments
 (0)