File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,9 +233,9 @@ secondaries, in a two phases:
233
233
What kind of concurrency does MongoDB provide for JavaScript operations?
234
234
------------------------------------------------------------------------
235
235
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
239
239
database operations concurrently with the JavaScript execution. This
240
240
limitation with JavaScript affects the following operations:
241
241
You can’t perform that action at this time.
0 commit comments