From 7e21b279337e75e0c36784d5cfc2d938db6b30df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Sun, 7 Apr 2013 23:17:13 -0500 Subject: [PATCH] Missing space on Store JS function on server tutorial --- source/tutorial/store-javascript-function-on-server.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`).