File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ aggregating machine learning update vectors or extending the histogram operation
245
245
to support values that are vectors of integers rather than only scalars.
246
246
247
247
The operation would be indicated by using the appropriate JavaScript call, e.g.
248
- ` contributeToHistogram() ` and ` contributToDistinctCount ()` for histograms and
248
+ ` contributeToHistogram() ` and ` contributeToDistinctCount ()` for histograms and
249
249
count distinct, respectively.
250
250
251
251
## Reports
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ functionality to be available.
77
77
Overview {#overview}
78
78
--------------------
79
79
80
- This document oulines a general-purpose API that can be called from isolated
80
+ This document outlines a general-purpose API that can be called from isolated
81
81
contexts that have access to cross-site data (such as a Shared Storage worklet).
82
82
Within these contexts, potentially identifying data can be encapsulated into
83
83
"aggregatable reports". To prevent leakage, the cross-site data in these reports
You can’t perform that action at this time.
0 commit comments