mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Fixing a typo.
This commit is contained in:
parent
480fe35fe1
commit
464d31511c
@ -83,8 +83,8 @@ expect = 'a4b4c4';
|
||||
addThis();
|
||||
|
||||
/*
|
||||
* If the value of the last duplicate parameter is not provided,
|
||||
* by the function called, the value of this parameter is undefined
|
||||
* If the value of the last duplicate parameter is not provided by
|
||||
* the function caller, the value of this parameter is undefined
|
||||
*/
|
||||
function f4(x,a,b,x,z)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user