Better wording.

This commit is contained in:
Michael Bayne
2017-12-17 15:20:13 -08:00
parent 37e31cbeac
commit bf288c8810
@@ -313,7 +313,7 @@ public class Mustache {
/** Visits an include (partial) tag. /** Visits an include (partial) tag.
* @param name the name of the partial template specified by the tag. * @param name the name of the partial template specified by the tag.
* @return true if the template should be processed and visited, false to skip it. * @return true if the template should be resolved and visited, false to skip it.
*/ */
boolean visitInclude (String name); boolean visitInclude (String name);