mirror of https://github.com/tc39/test262.git
fix typos
This commit is contained in:
parent
6501563705
commit
fc86cef984
|
@ -2,7 +2,7 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-String.prototype.trimStart
|
esid: sec-string.prototype.trimStart
|
||||||
description: >
|
description: >
|
||||||
ToString perfers Symbol.toPrimitive to toString to valueOf
|
ToString perfers Symbol.toPrimitive to toString to valueOf
|
||||||
info: |
|
info: |
|
||||||
|
@ -29,11 +29,11 @@ info: |
|
||||||
g. Return ? OrdinaryToPrimitive(input, hint).
|
g. Return ? OrdinaryToPrimitive(input, hint).
|
||||||
...
|
...
|
||||||
|
|
||||||
OrdinaryToPrimitive( O, hint )
|
OrdinaryToPrimitive( O, hint )
|
||||||
...
|
...
|
||||||
3. If hint is "string", then
|
3. If hint is "string", then
|
||||||
a. Let methodNames be « "toString", "valueOf" ».
|
a. Let methodNames be « "toString", "valueOf" ».
|
||||||
...
|
...
|
||||||
features: [string-trimming, Symbol.toPrimitive]
|
features: [string-trimming, Symbol.toPrimitive]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue