From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 4 Jul 2025 02:29:24 +0000 (-0400) Subject: spelling: to which the record belongs X-Git-Tag: rec-5.4.0-alpha0~40^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2aa79c0aa46a308363fb09023f7583e8f0c9e18;p=thirdparty%2Fpdns.git spelling: to which the record belongs Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/docs/lua-records/reference/dnsresourcerecord.rst b/docs/lua-records/reference/dnsresourcerecord.rst index 72626f7bc3..0e45edc749 100644 --- a/docs/lua-records/reference/dnsresourcerecord.rst +++ b/docs/lua-records/reference/dnsresourcerecord.rst @@ -20,7 +20,7 @@ Functions and methods of a ``DNSResourceRecord`` :param string type: The name to create a DNSName for :param int ttl: The TTL of the record :param string content: The content of the record - :param int domainId: The optional domain ID of the zone the record belongs to + :param int domainId: The optional domain ID of the zone to which the record belongs :param int auth: Whether the record is authoritative .. todo complete LUA example below @@ -63,7 +63,7 @@ Functions and methods of a ``DNSResourceRecord`` .. method:: DNSResourceRecord:domainId() -> int - Backend related domain ID of the zone the record belongs to + Backend related domain ID of the zone to which the record belongs .. method:: DNSResourceRecord:qtype() -> int