diff --git a/lib/GDPR/IAB/TCFv2/Publisher.pm b/lib/GDPR/IAB/TCFv2/Publisher.pm index cfef71f..521f3a5 100644 --- a/lib/GDPR/IAB/TCFv2/Publisher.pm +++ b/lib/GDPR/IAB/TCFv2/Publisher.pm @@ -141,7 +141,7 @@ Return true for a given combination of purpose id, restriction type and vendor_i =head2 restrictions -Return a hashref of purpose => { restriction type => bool } for a given vendor id. +Return a hashref of purpose => { restriction type => bool } for a given vendor id. Example, by parsing the consent C we can generate this. diff --git a/lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm b/lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm index af25eb2..6a647a9 100644 --- a/lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm +++ b/lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm @@ -181,7 +181,7 @@ Return true for a given combination of purpose id, restriction type and vendor =head2 restrictions -Return a hashref of purpose => { restriction type => bool } for a given vendor id. +Return a hashref of purpose => { restriction type => bool } for a given vendor id. Example, by parsing the consent C we can generate this.