Skip to content

Commit 62b25c7

Browse files
committed
DOCSP-15383 reposition hidden directive
1 parent 1e845d4 commit 62b25c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/read-concern-available.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.. default-domain:: mongodb
22

3-
.. .. class:: hidden
3+
.. class:: hidden
4+
5+
.. readconcern:: "available"
46

57
============================
68
Read Concern ``"available"``
@@ -10,8 +12,6 @@ Read Concern ``"available"``
1012
:description: Using read concern available returns data with no guarantee that the data has been written to a majority of the replica set members (i.e. may be rolled back). Read concern available can return orphan documents.
1113
:keywords: read concern, available read concern, read isolation
1214

13-
.. readconcern:: "available"
14-
1515
.. versionadded:: 3.6
1616

1717
A query with read concern ``"available"`` returns data from the instance

0 commit comments

Comments
 (0)