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 a7c3fc8 (Manual: typo)
a7c3fc8 is described below
commit a7c3fc85e6f19049d8895b1bb5e66727eb9698f8
Author: ddekany <[email protected]>
AuthorDate: Sat Feb 6 12:07:23 2021 +0100
(Manual: typo)
---
src/manual/en_US/book.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index bb3471b..454979a 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -29433,9 +29433,9 @@ TemplateModel x = env.getVariable("x"); // get
variable x</programlisting>
</listitem>
<listitem>
- <para>Fixed bug because which <literal>.globals</literal>
- weren't seen as namesapce, so something like
- <literal><#assign <replaceable>name</replaceable> =
+ <para>Fixed bug where <literal>.globals</literal> weren't seen
+ as namesapce, so something like <literal><#assign
+ <replaceable>name</replaceable> =
<replaceable>value</replaceable> in .globals></literal>
failed (although you should use <literal><#global
<replaceable>name</replaceable> =