Skip to content

Commit

Permalink
[Docs] correct read; we sham Function#name, not toString.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 27, 2016
1 parent 7afb110 commit d1ef165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ In both browser and node you may also want to include `unorm`; see the [`String.
* `keys()` (in ES5, but no longer throws on non-object non-null/undefined values in ES6)
* `setPrototypeOf()` (IE >= 11)
* `Function.prototype`:
* `toString()` (es6-sham, covers IE 9-11)
* `name` (es6-sham, covers IE 9-11)
* `Math`:
* `acosh()`
* `asinh()`
Expand Down

0 comments on commit d1ef165

Please sign in to comment.