Skip to content

Commit

Permalink
Small fixes of names
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Leiserson <[email protected]>
  • Loading branch information
martinthomson and andyleiserson authored Sep 23, 2024
1 parent e5435ca commit 9fb2b15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api.bs
Original file line number Diff line number Diff line change
Expand Up @@ -670,11 +670,11 @@ and insufficient budget,
the process will set a value of zero for all histogram buckets.

To <dfn>fill a histogram using last-touch attribution</dfn>,
given |options|:
given <a dictionary lt=PrivateAttributionConversionOptions>|options|</a>:

1. Initialize |impression| to a null value.

1. Initialize |value| to |options|.|value|.
1. Initialize |value| to |options|.{{PrivateAttributionConversionOptions/value}}.

1. Let |now| be the current time.<!-- TODO: cite HRTIME spec -->

Expand Down Expand Up @@ -739,7 +739,7 @@ given |options|, |week|, and [=moment=] |now|:
continue the loop.

1. If |options|.{{PrivateAttributionConversionOptions/impressionSites}}
does not contain |impression|.source,
does not contain |impression|.impressionSite,
continue the loop.

1. Add |impression| to |matching|.
Expand Down

0 comments on commit 9fb2b15

Please sign in to comment.