Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerie R Young committed Oct 3, 2017
1 parent 6e179ba commit 3f68703
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.

/*---
esid: sec-String.prototype.trimStart
esid: sec-string.prototype.trimStart
description: >
ToString perfers Symbol.toPrimitive to toString to valueOf
info: |
Expand All @@ -29,11 +29,11 @@ info: |
g. Return ? OrdinaryToPrimitive(input, hint).
...
OrdinaryToPrimitive( O, hint )
...
3. If hint is "string", then
a. Let methodNames be « "toString", "valueOf" ».
...
OrdinaryToPrimitive( O, hint )
...
3. If hint is "string", then
a. Let methodNames be « "toString", "valueOf" ».
...
features: [string-trimming, Symbol.toPrimitive]
---*/

Expand Down

0 comments on commit 3f68703

Please sign in to comment.