From 26d874f103d39efd5a73aaa7e5733b2a533ebd88 Mon Sep 17 00:00:00 2001 From: Trevor Goodyear Date: Mon, 23 Jul 2018 19:16:34 -0400 Subject: [PATCH] Fix typo in 4.0-compatibility.txt --- source/release-notes/4.0-compatibility.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/4.0-compatibility.txt b/source/release-notes/4.0-compatibility.txt index 3daf3809612..0f3c6816960 100644 --- a/source/release-notes/4.0-compatibility.txt +++ b/source/release-notes/4.0-compatibility.txt @@ -108,7 +108,7 @@ You cannot specify :option:`--noIndexBuildRetry ` or :setting:`storage.indexBuildRetry` with :option:`--replSet ` or :setting:`replication.replSetName`. That is, you cannot use -:option:`--noIndexBuildRetry ` +:option:`--noIndexBuildRetry ` or :setting:`storage.indexBuildRetry` for a :binary:`~bin.mongod` instance that is part of a replica set.