diff --git a/source/tutorial/store-javascript-function-on-server.txt b/source/tutorial/store-javascript-function-on-server.txt index 3dca5c506ad..2e09d749a1d 100644 --- a/source/tutorial/store-javascript-function-on-server.txt +++ b/source/tutorial/store-javascript-function-on-server.txt @@ -31,7 +31,7 @@ in the following example: Once you save a function in the ``system.js`` collection, you can use the function from any JavaScript context (e.g. :dbcommand:`eval` -command or the:program:`mongo` shell method :method:`db.eval()`, +command or the :program:`mongo` shell method :method:`db.eval()`, :operator:`$where` operator, :dbcommand:`mapReduce` or :program:`mongo` shell method :method:`db.collection.mapReduce()`).