diff --git a/freemarker-manual/src/main/docgen/en_US/book.xml b/freemarker-manual/src/main/docgen/en_US/book.xml index 3f35428e3..a04dd6650 100644 --- a/freemarker-manual/src/main/docgen/en_US/book.xml +++ b/freemarker-manual/src/main/docgen/en_US/book.xml @@ -11295,7 +11295,7 @@ TemplateHashModel fileStatics = And you will get a template hash model that exposes all static methods and static fields (both final and non-final) of the - java.lang.System class as hash keys. Suppose that + java.io.File class as hash keys. Suppose that you put the previous model in your root model: root.put("File", fileStatics);