Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion freemarker-manual/src/main/docgen/en_US/book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11295,7 +11295,7 @@ TemplateHashModel fileStatics =

<para>And you will get a template hash model that exposes all static
methods and static fields (both final and non-final) of the
<literal>java.lang.System</literal> class as hash keys. Suppose that
<literal>java.io.File</literal> class as hash keys. Suppose that
you put the previous model in your root model:</para>

<programlisting role="unspecified">root.put("File", fileStatics);</programlisting>
Expand Down