Skip to content

Commit e56b928

Browse files
rmacleanjknack
authored andcommitted
Fixing tiny documentation issue with upper function (#565)
The java doc for upper states it lowercases it, when it should say it uppercases it.
1 parent 3211da7 commit e56b928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ protected CharSequence safeApply(final Object value, final Options options) {
284284
},
285285

286286
/**
287-
* Converts a string into all lowercase.
287+
* Converts a string into all uppercase.
288288
* For example:
289289
*
290290
* <pre>

0 commit comments

Comments
 (0)