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 14, 2025
1 parent 05dc874 commit 6d95d6e
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 @@ -422,7 +422,7 @@ interface PrivateAttributionAggregationServices {

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

Expand Down Expand Up @@ -603,7 +603,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 6d95d6e

Please sign in to comment.