Skip to content

Commit e334e76

Browse files
author
Sam Kleinman
committed
merge: minor fix
2 parents d70e21d + 3daeeb3 commit e334e76

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)