fix typos

This commit is contained in:
Valerie R Young 2017-10-03 16:16:47 -04:00 committed by Rick Waldron
parent 6501563705
commit fc86cef984
1 changed files with 6 additions and 6 deletions

View File

@ -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]
---*/ ---*/