Skip to content

Commit

Permalink
Remove block from array.itemAt
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Jan 30, 2024
1 parent 33968ef commit e658a31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/array.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ helpers.isArray = function(value) {
* @param {Array} `array`
* @param {Number} `idx`
* @return {any} `value`
* @block
* @api public
* @example {{itemAt [1, 2, 3] 1}} -> 2
*/
Expand Down

0 comments on commit e658a31

Please sign in to comment.