From bf288c8810f8cb20c04971f5e69c79b5b4511fca Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 17 Dec 2017 15:20:13 -0800 Subject: [PATCH] Better wording. --- src/main/java/com/samskivert/mustache/Mustache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/samskivert/mustache/Mustache.java b/src/main/java/com/samskivert/mustache/Mustache.java index f551f45..5cd71fc 100644 --- a/src/main/java/com/samskivert/mustache/Mustache.java +++ b/src/main/java/com/samskivert/mustache/Mustache.java @@ -313,7 +313,7 @@ public class Mustache { /** Visits an include (partial) 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);