[master] 5f7bd4f60 doc: add missing semicolon

Nils Goroll nils.goroll at uplex.de
Sun Nov 3 13:59:06 UTC 2024


commit 5f7bd4f60e664342eed506658ee81da3e2309ed9
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sun Nov 3 13:12:18 2024 +0100

    doc: add missing semicolon

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 959901352..cb8eeb4ef 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -326,7 +326,7 @@ VCL objects
 A VCL object can be instantiated with the ``new`` keyword::
 
     sub vcl_init {
-        new b = directors.round_robin()
+        new b = directors.round_robin();
         b.add_backend(node1);
     }
 


More information about the varnish-commit mailing list