mirror of
https://github.com/Mibew/handlebars.php-helpers.git
synced 2025-03-14 09:44:11 +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.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* Example of usage:
|
||||
|
Loading…
Reference in New Issue
Block a user