Status: New
Owner: ----

New issue 2536 by [email protected]: Spelling error in error message about writeable properties
http://code.google.com/p/v8/issues/detail?id=2536

The following code snippet correctly throws an error:

Object.create({}, {foo: {get: function(){}, writable: false}});

The problem is that in the error message, the word "writeable" is misspelled as "writable". This is also the error in the snippet of code above.

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to