Separate MongoDB manual link into its own paragraph

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343905 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy Mikola 2018-01-25 22:09:45 +00:00
parent a1237d6e72
commit 1c933fa9f3

View file

@ -52,7 +52,10 @@
<para>
Configure causal consistency in a session. If &true;, each operation
in the session will be causally ordered after the previous read or
write operation. Set to &false; to disable causal consistency. See
write operation. Set to &false; to disable causal consistency.
</para>
<para>
See
<link xlink:href="&url.mongodb.docs;core/read-isolation-consistency-recency/#causal-consistency">Casual Consistency</link>
in the MongoDB manual for more information.
</para>