]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: to which the record belongs
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 4 Jul 2025 02:29:24 +0000 (22:29 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 4 Jul 2025 13:34:36 +0000 (09:34 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/lua-records/reference/dnsresourcerecord.rst

index 72626f7bc34d500239f67bdbc874694f587049d0..0e45edc749ae90c0908af9aa94c8234330ca6c59 100644 (file)
@@ -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