Skip to content

Commit b437f03

Browse files
Merge pull request #291 from flyingL123/flyingL123-comment-fix
Update comments for itemAt helper
2 parents c2d8b37 + 92d8405 commit b437f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/array.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ helpers.isArray = function(value) {
246246
};
247247

248248
/**
249-
* Block helper that returns the item with specified index.
249+
* Returns the item from `array` at index `idx`.
250250
*
251251
* ```handlebars
252252
* <!-- array: ['a', 'b', 'c'] -->

0 commit comments

Comments
 (0)