]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: that must match the tag
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 4 Jul 2025 02:33:33 +0000 (22:33 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 4 Jul 2025 03:20:39 +0000 (23:20 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/dnsdistdist/docs/reference/selectors.rst

index bde5fd3dfec09b5d3ac0f428d97d7307f83b3bfd..271ec3d51b0f43cded116252b2d63c9b2ec7bdaf 100644 (file)
@@ -373,7 +373,7 @@ Selectors can be combined via :func:`AndRule`, :func:`OrRule` and :func:`NotRule
   Matches question or answer with a tag named ``name`` set. If ``value`` is specified, the existing tag value should match too.
 
   :param string name: The name of the tag that has to be set
-  :param string value: If set, the value the tag has to be set to. Default is unset
+  :param string value: If set, the value that must match the tag. Default is unset
 
 .. function:: TCPRule(tcp)