diff --git a/reference/mongodb/mongodb/driver/manager/startsession.xml b/reference/mongodb/mongodb/driver/manager/startsession.xml index 3bc4ee3833..cf4915de89 100644 --- a/reference/mongodb/mongodb/driver/manager/startsession.xml +++ b/reference/mongodb/mongodb/driver/manager/startsession.xml @@ -52,7 +52,10 @@ 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. + + + See Casual Consistency in the MongoDB manual for more information.