Skip to content

Commit 3daeeb3

Browse files
committed
Update source/faq/concurrency.txt
Simple typo - word missing in the JS operations paragraph
1 parent 6a3b11d commit 3daeeb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/faq/concurrency.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ secondaries, in a two phases:
233233
What kind of concurrency does MongoDB provide for JavaScript operations?
234234
------------------------------------------------------------------------
235235

236-
A single :program:`mongod` can only *single* JavaScript operation at
237-
once. Therefore, operations that rely on JavaScript cannot run
238-
concurrently; however, the :program:`mongod` can often run other
236+
A single :program:`mongod` can only run a *single* JavaScript
237+
operation at once. Therefore, operations that rely on JavaScript cannot
238+
run concurrently; however, the :program:`mongod` can often run other
239239
database operations concurrently with the JavaScript execution. This
240240
limitation with JavaScript affects the following operations:
241241

0 commit comments

Comments
 (0)