fixup! Correct typos

This commit is contained in:
Mike Pennisi 2015-04-02 17:56:19 -04:00
parent 1f22932d69
commit ef899c48fd
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
/*---
es6id: 12.2.8
description: >
Expressions should be evaluated and converted to Stings accordingto the
Expressions should be evaluated and converted to Strings according to the
ToString abstract operation.
---*/
function fn() { return 'result'; }

View File

@ -3,7 +3,7 @@
/*---
es6id: 12.2.8
description: >
Expressions should be evaluated and converted to Stings accordingto the
Expressions should be evaluated and converted to Strings according to the
ToString abstract operation.
---*/
var object = {

View File

@ -3,7 +3,7 @@
/*---
es6id: 12.2.8
description: >
Expressions should be evaluated and converted to Stings accordingto the
Expressions should be evaluated and converted to Strings according to the
ToString abstract operation.
---*/
var object = {

View File

@ -3,7 +3,7 @@
/*---
es6id: 12.2.8
description: >
Expressions should be evaluated and converted to Stings according to the
Expressions should be evaluated and converted to Strings according to the
ToString abstract operation.
---*/
var plain = {};

View File

@ -3,7 +3,7 @@
/*---
es6id: 12.2.8
description: >
Expressions should be evaluated and converted to Stings accordingto the
Expressions should be evaluated and converted to Strings according to the
ToString abstract operation.
---*/

View File

@ -3,7 +3,7 @@
/*---
es6id: 12.2.8
description: >
Expressions should be evaluated and converted to Stings accordingto the
Expressions should be evaluated and converted to Strings according to the
ToString abstract operation.
---*/
assert.sameValue(`foo ${`bar ${5} baz`} qux`, 'foo bar 5 baz qux');