Skip to content

Commit 08756c6

Browse files
committed
updated
1 parent 46b854b commit 08756c6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/Net/RDAP/Base.pm

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,11 @@ sub top {
152152
@chain = $object->chain;
153153
154154
Returns an array containing the hierarchy of objects that enclose this object.
155-
So for example, the registrar entity of host object of a domain name will have a
156-
chain that looks like C<[Net::RDAP::Object::Entity,
157-
Net::RDAP::Object::Nameserver, Net::RDAP::Object::Domain]>. If the object is the
158-
topmost object of the RDAP response, the array will be empty.
155+
So for example, the registrar entity of a nameserver object of a domain name
156+
will have a chain that looks like
157+
C<[Net::RDAP::Object::Entity, Net::RDAP::Object::Nameserver, Net::RDAP::Object::Domain]>.
158+
If the object is the topmost object of the RDAP response, the array will only
159+
contain that object.
159160
160161
=cut
161162

0 commit comments

Comments
 (0)