"JavaScript" in ES5 final draft

# Marek Stępień (16 years ago)

In the description of JSON.stringify method (15.2.3) the word "JavaScript" should probably be replaced with "ECMAScript":

The stringify function produces a JSON formatted string that captures information from a JavaScript value. It can take three parameters. The first parameter is required. The value parameter is a JavaScript value is usually an object or array, although it can also be a string, boolean, number or null.

Also, there's a typo in the sentence beginning with "The value parameter is a JavaScript value is usually an object". It should be sth like: "The value parameter is an ECMAScript value, which is usually an object..."