From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 4 Jul 2025 02:33:33 +0000 (-0400) Subject: spelling: that must match the tag X-Git-Tag: rec-5.4.0-alpha0~40^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39528a80e7a5414a8b477ed243b0a272bafb54ce;p=thirdparty%2Fpdns.git spelling: that must match the tag Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsdistdist/docs/reference/selectors.rst b/pdns/dnsdistdist/docs/reference/selectors.rst index bde5fd3dfe..271ec3d51b 100644 --- a/pdns/dnsdistdist/docs/reference/selectors.rst +++ b/pdns/dnsdistdist/docs/reference/selectors.rst @@ -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)