Skip to content

Commit 3d75ca5

Browse files
xuwei-kjknack
authored andcommitted
fix typo (#629)
1 parent fb956e9 commit 3d75ca5

File tree

1 file changed

+2
-2
lines changed
  • handlebars/src/main/java/com/github/jknack/handlebars

1 file changed

+2
-2
lines changed

handlebars/src/main/java/com/github/jknack/handlebars/Options.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ public CharSequence apply(final Template template) throws IOException {
581581
*
582582
* @param <T> The runtime type.
583583
* @param index The parameter position.
584-
* @return The paramater's value.
584+
* @return The parameter's value.
585585
*/
586586
@SuppressWarnings("unchecked")
587587
public <T> T param(final int index) {
@@ -606,7 +606,7 @@ public <T> T param(final int index) {
606606
* @param index The parameter position.
607607
* @param defaultValue The default value to return if the parameter is not
608608
* present or if null.
609-
* @return The paramater's value.
609+
* @return The parameter's value.
610610
*/
611611
@SuppressWarnings("unchecked")
612612
public <T> T param(final int index, final T defaultValue) {

0 commit comments

Comments
 (0)