Bug 778085 followup - fix typo in help message. DONTBUILD

This commit is contained in:
Jesse Ruderman 2013-01-30 17:48:15 -08:00
parent c9cda24265
commit 0e08ed7a50

View File

@ -3870,7 +3870,7 @@ static JSFunctionSpecWithHelp shell_functions[] = {
" Wrap an object into a noop wrapper."),
JS_FN_HELP("wrapWithProto", WrapWithProto, 2, 0,
"wrap(obj)",
"wrapWithProto(obj)",
" Wrap an object into a noop wrapper with prototype semantics."),
JS_FN_HELP("serialize", Serialize, 1, 0,