(JavaDoc typo)
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/ad4d7268 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/ad4d7268 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/ad4d7268 Branch: refs/heads/2.3 Commit: ad4d7268e727aed954b8af7c7365aca013e0b264 Parents: d70e8da Author: ddekany <[email protected]> Authored: Sat Dec 3 15:14:42 2016 +0100 Committer: ddekany <[email protected]> Committed: Sat Dec 3 15:14:42 2016 +0100 ---------------------------------------------------------------------- src/main/java/freemarker/template/TemplateCollectionModelEx.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ad4d7268/src/main/java/freemarker/template/TemplateCollectionModelEx.java ---------------------------------------------------------------------- diff --git a/src/main/java/freemarker/template/TemplateCollectionModelEx.java b/src/main/java/freemarker/template/TemplateCollectionModelEx.java index 604eebc..8101f2b 100644 --- a/src/main/java/freemarker/template/TemplateCollectionModelEx.java +++ b/src/main/java/freemarker/template/TemplateCollectionModelEx.java @@ -47,7 +47,7 @@ public interface TemplateCollectionModelEx extends TemplateCollectionModel { boolean isEmpty() throws TemplateModelException; /** - * Tells if a given value occurs in the collection, accodring the rules of the wrapped collection. As of 2.3.22, + * Tells if a given value occurs in the collection, according the rules of the wrapped collection. As of 2.3.22, * this interface is not yet utilized by FTL, and certainly it won't be earlier than 2.4.0. The usefulness of this * method is questionable, as the equality rules of Java differs from that of FTL, hence, calling this won't be * equivalent with {@code ?seq_contains(e)}.
