[master] 9a83659f9 minor disambiguation

Nils Goroll nils.goroll at uplex.de
Tue Mar 12 10:56:06 UTC 2019


commit 9a83659f9e9eca70ca66ca19c3eb9cd2afd0e286
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Mar 12 11:17:31 2019 +0100

    minor disambiguation

diff --git a/lib/libvmod_std/vmod.vcc b/lib/libvmod_std/vmod.vcc
index 3d45b8c59..789c8c125 100644
--- a/lib/libvmod_std/vmod.vcc
+++ b/lib/libvmod_std/vmod.vcc
@@ -232,8 +232,8 @@ These functions all have the same form::
 
 	TYPE type([arguments], [fallback TYPE])
 
-Precisely one of the arguments must be provided, and it will be
-converted to *TYPE*.
+Precisely one of the *arguments* must be provided (besides the
+optional *fallback*), and it will be converted to *TYPE*.
 
 If conversion fails, *fallback* will be returned and if no
 fallback was specified, the VCL will be failed.


More information about the varnish-commit mailing list