Skip to content

Commit bd59133

Browse files
committed
Loosen shuffling implication
1 parent ba00f05 commit bd59133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4678,7 +4678,7 @@ To <dfn>queue reports for delivery</dfn> given a [=set=] of
46784678
1. [=list/Append=] |report| to |reportsToSend|.
46794679
1. [=shuffle a list|Shuffle=] |reportsToSend|.
46804680

4681-
<p class=note>Shuffling ensures [=event-level reports=] for the same source with the same [=attribution report/report time=] are never sent
4681+
<p class=note>Shuffling ensures that [=event-level reports=] for the same source with the same [=attribution report/report time=] are not necessarily sent
46824682
in the order they were created. This results in less information gained from a single [=attribution source=].
46834683
1. [=set/iterate|For each=] |report| of |reportsToSend|, run the following steps [=in parallel=]:
46844684
1. Wait an [=implementation-defined=] random non-negative [=duration=].

0 commit comments

Comments
 (0)