From e258164cc44c431da311d3acbd7aa30a170a8f64 Mon Sep 17 00:00:00 2001 From: kstirman Date: Wed, 13 Mar 2013 08:04:55 -0300 Subject: [PATCH] Update concurrency.txt --- source/faq/concurrency.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/faq/concurrency.txt b/source/faq/concurrency.txt index e5914242ff7..130caf393d1 100644 --- a/source/faq/concurrency.txt +++ b/source/faq/concurrency.txt @@ -103,7 +103,7 @@ opportunity to complete. MongoDB predicts that the data is not in memory a read operation yields its lock while MongoDB loads the data to memory. Once data is available in memory, the read will reacquire the lock to - completes the operation. + complete the operation. .. _faq-concurrency-operations-locks: