Skip to content

Commit 3211da7

Browse files
wojciechbulatyjknack
authored andcommitted
fixing docs for capitalizeFirst (#582)
1 parent 650e97a commit 3211da7

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
@@ -58,7 +58,7 @@ public enum StringHelpers implements Helper<Object> {
5858
* For example:
5959
*
6060
* <pre>
61-
* {{capFirst value}}
61+
* {{capitalizeFirst value}}
6262
* </pre>
6363
*
6464
* If value is "handlebars.java", the output will be "Handlebars.java".

0 commit comments

Comments
 (0)