Skip to content

Commit

Permalink
Correct comment of isLast
Browse files Browse the repository at this point in the history
  • Loading branch information
kekefreedog committed Apr 14, 2024
1 parent 284885d commit 395a4d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions resources/Js/Handlebars/isLast.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
/**
* Is
*
* Block helper that renders a block if a is equal to b.
* If an inverse block is specified it will be rendered when falsy.
* Similar to eq but does not do strict equality.
* Block helper that renders a block if index gien is the last of the list given
*
* @param a Value to compare
* @param v Value to compare with
* @param index Value to compare
* @param list Value to compare with
*
* @return boolean
*/
Expand Down

0 comments on commit 395a4d8

Please sign in to comment.