Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/reference/method/load.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down