diff --git a/docs/releases/6.2.txt b/docs/releases/6.2.txt index 2c420f83e982..f25dd80d0894 100644 --- a/docs/releases/6.2.txt +++ b/docs/releases/6.2.txt @@ -108,10 +108,9 @@ Asynchronous views Cache ~~~~~ -* Subclasses of ``BaseDatabaseCache`` now support :ref:` - culling <_database-caching>` on a percentage of writes as an optimization. - The default is 10%, and may be configured using the ``CULL_PROBABILITY`` - option. +* Subclasses of ``BaseDatabaseCache`` now support :ref:`culling + ` on a percentage of writes as an optimization. The + default is 10%, and may be configured using the ``CULL_PROBABILITY`` option. CSP ~~~