We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cb79d commit 7d49fbbCopy full SHA for 7d49fbb
handlebars/src/main/java/com/github/jknack/handlebars/ValueResolver.java
@@ -39,7 +39,7 @@ public interface ValueResolver {
39
Object resolve(Object context, String name);
40
41
/**
42
- * Resolve the the context object by optionally converting the value if necessary. If a {@link
+ * Resolve the context object by optionally converting the value if necessary. If a {@link
43
* #UNRESOLVED} is returned, the {@link Context context stack} will continue with the next value
44
* resolver in the chain.
45
*
0 commit comments