diff --git a/lodash.js b/lodash.js index 330022508..274af7d34 100644 --- a/lodash.js +++ b/lodash.js @@ -1483,9 +1483,9 @@ * `replace` and `split` * * The wrapper methods that support shortcut fusion are: - * `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`, `findLast`, - * `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`, `tail`, - * `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray` + * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`, + * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`, + * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray` * * The chainable wrapper methods are: * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`,