[master] 55d6151 vcl string concat updated to reflect trunk

Per Andreas Buer perbu at varnish-cache.org
Wed Jan 26 12:53:04 CET 2011


commit 55d61517c7e2b8c84b55ee33a117ecd2abbf887c
Author: Per Buer <perbu at varnish-software.com>
Date:   Wed Jan 26 12:36:48 2011 +0100

    vcl string concat updated to reflect trunk

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index e8da875..6a93ccf 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -44,7 +44,7 @@ in strings in VCL, so it can be freely used in regular expressions
 without doubling.
 
 Strings are concatenated by putting them one after each other
-without a '+' operator between.
+with a '+' operator between.
 
 Assignments are introduced with the *set* keyword.  There are no
 user-defined variables; values can only be assigned to variables



More information about the varnish-commit mailing list