Skip to content

Commit 92d8405

Browse files
authored
Update comments for itemAt helper
1 parent 268e800 commit 92d8405

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)