Skip to content

Commit

Permalink
Fix erroneous field reference
Browse files Browse the repository at this point in the history
  • Loading branch information
apasel422 committed Oct 20, 2023
1 parent b90aab0 commit 2dc5961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ To <dfn export>process an attribution eligible response</dfn> given a [=suitable

To <dfn>obtain a set of possible trigger states</dfn> given a [=randomized response output configuration=] |config|:
1. Let |possibleTriggerStates| be a new [=list/is empty|empty=] [=set=].
1. [=map/iterate|For each=] |triggerData| → |reportWindows| of |config|:
1. [=map/iterate|For each=] |triggerData| → |reportWindows| of |config|'s [=randomized response output configuration/trigger data map=]:
1. [=list/For each=] |reportWindow| of |reportWindows|:
1. Let |state| be a new [=trigger state=] with the items:
: [=trigger state/trigger data=]
Expand Down

0 comments on commit 2dc5961

Please sign in to comment.