File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,11 @@ sub top {
152152 @chain = $object->chain;
153153
154154Returns 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
You can’t perform that action at this time.
0 commit comments