[master] d7540e548 Minor doc fix

Nils Goroll nils.goroll at uplex.de
Thu Oct 17 10:39:05 UTC 2024


commit d7540e548dc2771a91a1a842949bb82904e06032
Author: Yuri Astrakhan <YuriAstrakhan at gmail.com>
Date:   Wed Oct 16 19:24:53 2024 -0400

    Minor doc fix
    
    `sub vcl_recv` does not have `return (lookup)`

diff --git a/doc/sphinx/users-guide/vcl-grace.rst b/doc/sphinx/users-guide/vcl-grace.rst
index 3198a6bf1..3d0dafa3a 100644
--- a/doc/sphinx/users-guide/vcl-grace.rst
+++ b/doc/sphinx/users-guide/vcl-grace.rst
@@ -69,7 +69,7 @@ behave as described above. However, if you want to customize how
 Varnish behaves, then you should know some of the details on how this
 works.
 
-When ``sub vcl_recv`` ends with ``return (lookup)`` (which is the
+When ``sub vcl_recv`` ends with ``return (hash)`` (which is the
 default behavior), Varnish will look for a matching object in its
 cache. Then, if it only found an object whose TTL has run out, Varnish
 will consider the following:


More information about the varnish-commit mailing list