From 3daeeb3b6d7febcbe70ac9631f8ada5d7c808cab Mon Sep 17 00:00:00 2001 From: Adam C Date: Mon, 7 Jan 2013 15:41:31 +0000 Subject: [PATCH] Update source/faq/concurrency.txt Simple typo - word missing in the JS operations paragraph --- source/faq/concurrency.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/faq/concurrency.txt b/source/faq/concurrency.txt index c2be1b50fc1..c3b51ba14a6 100644 --- a/source/faq/concurrency.txt +++ b/source/faq/concurrency.txt @@ -233,9 +233,9 @@ secondaries, in a two phases: What kind of concurrency does MongoDB provide for JavaScript operations? ------------------------------------------------------------------------ -A single :program:`mongod` can only *single* JavaScript operation at -once. Therefore, operations that rely on JavaScript cannot run -concurrently; however, the :program:`mongod` can often run other +A single :program:`mongod` can only run a *single* JavaScript +operation at once. Therefore, operations that rely on JavaScript cannot +run concurrently; however, the :program:`mongod` can often run other database operations concurrently with the JavaScript execution. This limitation with JavaScript affects the following operations: