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:
Andrew McCreight 2018-10-03 12:14:41 -07:00 committed by Leo Balter
parent 963045de41
commit 7e65999731
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ var typeid = 1;
// u
var uint = 1;
var unchecked = 1;
var undefiend = 1;
var undefined = 1;
var union = 1;
var unsafe = 1;
var unsigned = 1;