From afcf539e6ef2a564370d343a8f2acba624e4a650 Mon Sep 17 00:00:00 2001 From: Mariano Desanze Date: Mon, 30 Jun 2014 17:43:46 -0300 Subject: [PATCH] Fix doc typo as `_.support.ownLast` is `false` in all but IE < 9. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 75d8dab3c..dae3640aa 100644 --- a/lodash.js +++ b/lodash.js @@ -905,7 +905,7 @@ /** * Detect if own properties are iterated after inherited properties - * (all but IE < 9). + * (IE < 9). * * @memberOf _.support * @type boolean