Skip to content

Commit

Permalink
Rename PrivateAttribution.aggregators to aggregationServices
Browse files Browse the repository at this point in the history
To match the surrounding prose, and for consistency with the names of
the corresponding IDL types.

Fixes #66
  • Loading branch information
apasel422 committed Jan 30, 2025
1 parent 0f49386 commit 24da8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.bs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ interface PrivateAttributionAggregationServices {

[SecureContext, Exposed=Window]
interface PrivateAttribution {
readonly attribute PrivateAttributionAggregationServices aggregators;
readonly attribute PrivateAttributionAggregationServices aggregationServices;
};
</xmp>

Expand Down Expand Up @@ -611,7 +611,7 @@ The arguments to <a method for=PrivateAttribution>measureConversion()</a> are as
<dt><dfn>aggregator</dfn></dt>
<dd>
A selection from the [=aggregation services=] that can be found in <a
attribute for=PrivateAttribution>aggregators</a>.
attribute for=PrivateAttribution>aggregationServices</a>.
</dd>
<dt><dfn>epsilon</dfn></dt>
<dd>The amount of [=privacy budget=] to expend on this [=conversion report=].</dd>
Expand Down

0 comments on commit 24da8cd

Please sign in to comment.