mirror of
https://github.com/Mibew/handlebars.php-helpers.git
synced 2025-03-22 13:41:27 +03:00
Fix typo in ifLess helper docs
This commit is contained in:
parent
02b8e8e3dc
commit
1791469eda
@ -15,7 +15,7 @@ use Handlebars\Helper as HelperInterface;
|
|||||||
/**
|
/**
|
||||||
* Conditional helper that checks if one value is less than another one.
|
* Conditional helper that checks if one value is less than another one.
|
||||||
*
|
*
|
||||||
* My "less" strict inequality is meant. That's why in cases where two equal
|
* By "less" strict inequality is meant. That's why in cases where two equal
|
||||||
* values are compared the result of the "less" operation is false.
|
* values are compared the result of the "less" operation is false.
|
||||||
*
|
*
|
||||||
* Example of usage:
|
* Example of usage:
|
||||||
|
Loading…
Reference in New Issue
Block a user