You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2020/03/28 10:05:59 UTC

[freemarker] branch 2.3-gae updated: (Manual: Typo...)

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 6beb29c  (Manual: Typo...)
6beb29c is described below

commit 6beb29ce44da9fb91a2f9564853e5f4147e4d2bf
Author: ddekany <dd...@apache.org>
AuthorDate: Sat Mar 28 11:05:50 2020 +0100

    (Manual: Typo...)
---
 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 769b2b7..7a81d02 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -28951,7 +28951,7 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
                 <literal>ObjectWrapper</literal> that you set in the
                 <literal>Configuration</literal>, and this is why it's
                 important to ensure safety on that level. Controlling what
-                objects the template will have access is hard, but you can
+                objects the template will have access to is hard, but you can
                 control centrally what members of any object they have access
                 to.</para>