From 304ca67ac4c92ef229fff8107e110afd977c9e3d Mon Sep 17 00:00:00 2001 From: Silvan van Leeuwen Date: Thu, 19 Sep 2024 07:33:34 +0200 Subject: [PATCH] Fix typo in docs --- freemarker-manual/src/main/docgen/en_US/book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freemarker-manual/src/main/docgen/en_US/book.xml b/freemarker-manual/src/main/docgen/en_US/book.xml index f999f39d3..3c9d59f92 100644 --- a/freemarker-manual/src/main/docgen/en_US/book.xml +++ b/freemarker-manual/src/main/docgen/en_US/book.xml @@ -6657,7 +6657,7 @@ That's all. beginning of the application (possibly servlet) life-cycle: // Create your Configuration instance, and specify if up to what FreeMarker -// version (here 2.3.32) do you want to apply the fixes that are not 100% +// version (here 2.3.34) do you want to apply the fixes that are not 100% // backward-compatible. See the Configuration JavaDoc for details. Configuration cfg = new Configuration(Configuration.VERSION_2_3_34);