Skip to content

Commit 51228ac

Browse files
pvgoranjknack
authored andcommitted
ConditionalHelper: Correct javadoc for "lte"
1 parent a843518 commit 51228ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handlebars/src/main/java/com/github/jknack/handlebars/helper/ConditionalHelpers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public enum ConditionalHelpers implements Helper<Object> {
207207
},
208208

209209
/**
210-
* Less than operator (arguments must be {@link Comparable} elements. Usage:
210+
* Less or equal operator (arguments must be {@link Comparable} elements. Usage:
211211
*
212212
* Render 'yes' or 'no':
213213
* <pre>

0 commit comments

Comments
 (0)