From cb685904ef5d95834689008445b39e76e777b4bd Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 19 Apr 2014 09:55:38 -0700 Subject: [PATCH] Add `_.isError` to the features section of the readme. [ci skip] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29abaf5bb..64d12aae0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ A list of upcoming features is available on our [roadmap](https://github.com/lod * [_.forEach](http://lodash.com/docs#forEach) supports exiting early * [_.forIn](http://lodash.com/docs#forIn) for iterating own & inherited properties * [_.forOwn](http://lodash.com/docs#forOwn) for iterating own properties - * [_.isPlainObject](http://lodash.com/docs#isPlainObject) for checking if values are created by `Object` + * [_.isError](http://lodash.com/docs#isError) to check for error objects + * [_.isPlainObject](http://lodash.com/docs#isPlainObject) to check for objects created by `Object` * [_.keysIn](http://lodash.com/docs#keysIn) & [_.valuesIn](http://lodash.com/docs#valuesIn) for keys and values of own & inherited properties * [_.mapValues](http://lodash.com/docs#mapValues) for [mapping](http://lodash.com/docs#map) values to an object * [_.memoize](http://lodash.com/docs#memoize) exposes the `cache` of memoized functions