[master] 850f116 language cleanup

Per Buer perbu at varnish-cache.org
Wed Feb 27 20:11:09 CET 2013


commit 850f1165265895e959e3a2d732ea7da11d6026ea
Author: Per Buer <per.buer at gmail.com>
Date:   Wed Feb 27 17:07:17 2013 +0100

    language cleanup

diff --git a/doc/sphinx/users-guide/vcl-intro.rst b/doc/sphinx/users-guide/vcl-intro.rst
index 922310a..bc90411 100644
--- a/doc/sphinx/users-guide/vcl-intro.rst
+++ b/doc/sphinx/users-guide/vcl-intro.rst
@@ -13,18 +13,16 @@ are executed at different times. One is executed when we get the
 request, another when files are fetched from the backend server.
 
 Varnish will execute these subroutines of code at different stages of
-its work. Because it is code it is execute line by line precedence
-isn't a problem. At some point you call an action in this subroutine
-and then the execution of the subroutine stops.
+its work. At some point you call an action in this subroutine and then
+the execution of that subroutine stops.
 
 If you don't call an action in your subroutine and it reaches the end
-Varnish will execute some built in VCL code. You will see this VCL
+Varnish will execute the built in VCL code. You will see this VCL
 code commented out in default.vcl.
 
 99% of all the changes you'll need to do will be done in two of these
 subroutines. *vcl_recv* and *vcl_fetch*.
 
-
 .. _users-guide-vcl_fetch_actions:
 
 



More information about the varnish-commit mailing list