mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 13:04:39 +02:00
Fix "undefiend" typo in unreserved-words.js (#1816)
I'm not an expert on this, but I'm pretty sure this is supposed to be "undefined" not "undefiend".
This commit is contained in:
parent
963045de41
commit
7e65999731
@ -99,7 +99,7 @@ var typeid = 1;
|
|||||||
// u
|
// u
|
||||||
var uint = 1;
|
var uint = 1;
|
||||||
var unchecked = 1;
|
var unchecked = 1;
|
||||||
var undefiend = 1;
|
var undefined = 1;
|
||||||
var union = 1;
|
var union = 1;
|
||||||
var unsafe = 1;
|
var unsafe = 1;
|
||||||
var unsigned = 1;
|
var unsigned = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user