From d1ef165ba939e19a988a59bd02efa806f2fbd75c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 26 Feb 2016 22:44:30 -0800 Subject: [PATCH] [Docs] correct read; we sham Function#name, not toString. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7bdec1d..da3a2f82 100644 --- a/README.md +++ b/README.md @@ -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()`