From 83a0cf79eb2a891c019b0c9ddf991d6c6d75c930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Tue, 2 Apr 2013 01:54:42 -0500 Subject: [PATCH] Minor typo on load method --- source/reference/method/load.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/method/load.txt b/source/reference/method/load.txt index 8f697e88b66..062cd982d82 100644 --- a/source/reference/method/load.txt +++ b/source/reference/method/load.txt @@ -6,8 +6,8 @@ load() .. method:: load("file") - :para string file: Specify a path and file name containing - JavaScript. + :param string file: Specify a path and file name containing + JavaScript. This native function loads and runs a JavaScript file into the current shell environment. To run JavaScript with the mongo shell,