From 361ce9688c1000446a545df86bfd09c589dcd3f2 Mon Sep 17 00:00:00 2001 From: Paul Done Date: Fri, 29 Jun 2018 14:51:10 +0100 Subject: [PATCH] typo: "concern/" should become "concern." --- source/release-notes/4.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/4.0.txt b/source/release-notes/4.0.txt index 21c489a4a63..a3df64ec379 100644 --- a/source/release-notes/4.0.txt +++ b/source/release-notes/4.0.txt @@ -74,7 +74,7 @@ MongoDB 4.0 introduces a new read concern level For a :doc:`multi-document transaction `, MongoDB may sometimes substitute a stronger read concern for -:readconcern:`"local"` and :readconcern:`"majority"` read concern/ +:readconcern:`"local"` and :readconcern:`"majority"` read concern. For a list of all operations that accept read concerns, see :ref:`read-concern-operations`.