Skip to content

Commit 7d49fbb

Browse files
fatalisttjknack
authored andcommitted
Fix typo
1 parent 73cb79d commit 7d49fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public interface ValueResolver {
3939
Object resolve(Object context, String name);
4040

4141
/**
42-
* Resolve the the context object by optionally converting the value if necessary. If a {@link
42+
* Resolve the context object by optionally converting the value if necessary. If a {@link
4343
* #UNRESOLVED} is returned, the {@link Context context stack} will continue with the next value
4444
* resolver in the chain.
4545
*

0 commit comments

Comments
 (0)