[6.0] 59e486288 polish

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 31 13:08:17 UTC 2018


commit 59e486288fc7a2e72a14ec430762cac59b6fba5c
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Sep 12 10:29:07 2018 +0200

    polish

diff --git a/doc/sphinx/reference/vmod.rst b/doc/sphinx/reference/vmod.rst
index 657585f82..eb35c1bf9 100644
--- a/doc/sphinx/reference/vmod.rst
+++ b/doc/sphinx/reference/vmod.rst
@@ -186,8 +186,8 @@ Objects and methods
 Varnish also supports a simple object model for vmods. Objects and
 methods are declared in the vcc file as::
 
-	$Object class(`constructor arguments`)
-	$Method .method(`method arguments`)
+	$Object class(...)
+	$Method .method(...)
 
 
 For declared object classes of a vmod, object instances can then be


More information about the varnish-commit mailing list