File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
handlebars/src/main/java/com/github/jknack/handlebars Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments