[8.0] b4787ce2c changes.rst: Polish

Walid Boudebouda walid.boudebouda at gmail.com
Mon Sep 15 12:49:02 UTC 2025


commit b4787ce2c2b5aff912c3da1d6fcb49d45eb8fd10
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date:   Mon Sep 15 13:49:47 2025 +0200

    changes.rst: Polish

diff --git a/doc/changes.rst b/doc/changes.rst
index 57ffed4d9..479e75e26 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -126,7 +126,7 @@ Varnish-Cache 8.0 (2025-09-15)
 
 .. _4369: https://github.com/varnishcache/varnish-cache/issues/4369
 
-* A bug as been fixed in the Access Control List (ACL) implementation which
+* A bug has been fixed in the Access Control List (ACL) implementation which
   could get triggered with folding enabled (``+fold``) where negated entries
   could erroneously get folded with positive ones. (`4369`_)
 
@@ -253,7 +253,7 @@ Varnish-Cache 8.0 (2025-09-15)
 * A failure to allocate a synthetic beresp body now properly fails the
   respective response. (4313_)
 
-* New ban expression variable `obj.last_hit` allows to remove objects from
+* New ban expression variable ``obj.last_hit`` allows to remove objects from
   cache which have not been accessed for a given amount of time. This is
   particularly useful to get rid of request bans by removing all objects which
   have not been touched since the request ban.
diff --git a/doc/sphinx/whats-new/upgrading-8.0.rst b/doc/sphinx/whats-new/upgrading-8.0.rst
index 1db1aade3..e6a8b72ab 100644
--- a/doc/sphinx/whats-new/upgrading-8.0.rst
+++ b/doc/sphinx/whats-new/upgrading-8.0.rst
@@ -94,7 +94,7 @@ usually created through existing VRT functions, but where they are managed
 specifically, they  should  now be initialized / allocated with:
 
 * ``INIT_OBJ(strands, STRANDS_MAGIC)`` / ``ALLOC_OBJ(strands, STRANDS_MAGIC)``
-* ``INIT_OBJ(blob, VMOD_BLOB_MAGIC)`` / ``ALLOC_OBJ(blo, VMOD_BLOB_MAGIC)``
+* ``INIT_OBJ(blob, VMOD_BLOB_MAGIC)`` / ``ALLOC_OBJ(blob, VMOD_BLOB_MAGIC)``
 
 The already deprecated functions ``VRT_{Add,Remove}_{VDP,VFP}`` have been
 removed from VRT. They had already been replaced by ``VRT_AddFilter()`` and


More information about the varnish-commit mailing list