This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git
The following commit(s) were added to refs/heads/2.3-gae by this push:
new 57a76085 Another typo in the Manual (reported in private)
57a76085 is described below
commit 57a76085f295e60c88098fe1817ec39b9ca2b76a
Author: ddekany <[email protected]>
AuthorDate: Sun Mar 19 18:15:38 2023 +0100
Another typo in the Manual (reported in private)
---
src/manual/en_US/book.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 63e1fe8d..a2c6d8c2 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -7923,7 +7923,7 @@ public class RepeatDirective implements
TemplateDirectiveModel {
<para>FTL's type system is technically represented by the
<literal>TemplateModel</literal> sub-interfaces that were introduced
earlier (<literal>TemplateScalarModel</literal>,
- <literal>TemplateHashMode</literal>,
+ <literal>TemplateHashModel</literal>,
<literal>TemplateSequenceModel</literal>, etc). To map a Java object
to FTL's type system, object wrapper's <literal>TemplateModel
wrap(java.lang.Object obj)</literal> method will be called.</para>