From d876908c8ee80172a6fa1d5137e4c5bd07595863 Mon Sep 17 00:00:00 2001 From: David Sayles Date: Wed, 16 Sep 2020 14:46:47 +0000 Subject: [PATCH] Add omitted word --- source/core/index-creation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/core/index-creation.txt b/source/core/index-creation.txt index 0080663cbd8..24810de0576 100644 --- a/source/core/index-creation.txt +++ b/source/core/index-creation.txt @@ -17,8 +17,8 @@ Index Builds on Populated Collections Starting in MongoDB 4.2, index builds use an optimized build process -holds an exclusive lock on the collection at the beginning and end of -the index build. The rest of the build process yields to interleaving +that holds an exclusive lock on the collection at the beginning and end +of the index build. The rest of the build process yields to interleaving read and write operations. For a detailed description of index build process and locking behavior, see :ref:`index-build-process`.