Fix error in the description of the 'lt' tag

Its 'less than' instead of 'equal'.
This commit is contained in:
Michael Vesely 2020-02-12 07:58:54 +01:00 committed by GitHub
parent d4f6004ec4
commit 75551c7ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ The block will be printed if:
* Both values are boolean, and are equal
## The 'lt' tag
The **lt** tag allows you to conditionally include a block of text, by comparing if two values are equal.
The **lt** tag allows you to conditionally include a block of text, if the first value is less than the second value.
<span {{#lt Budget BudgetLimit}} class="underBudget" {{/lt}}>{{Budget}}</span>